From: Stefan Monnier Date: Wed, 23 Apr 2008 18:01:46 +0000 (+0000) Subject: (emacs-deps): Leave it empty. X-Git-Tag: emacs-pretest-23.0.90~6091 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1160644b5d47328fa6ef725a580682daa13cff5a;p=emacs.git (emacs-deps): Leave it empty. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5ad79ce1421..2d491b3bc64 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-04-23 Stefan Monnier + + * Makefile.in (emacs-deps): Leave it empty. + 2008-04-23 Magnus Henoch * tar-mode.el (tar-untar-buffer): If the entry has directory diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 396f39f80d7..935370e8fb0 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -81,7 +81,9 @@ COMPILE_FIRST = \ emacs = EMACSLOADPATH=$(lisp) LC_ALL=C $(EMACS) $(EMACSOPT) # Prerequisites for running $(emacs) -emacs-deps = $(lisp)/subdirs.el +# This should not be necessary because in order to have ../src/emacs +# we must have built subdirs.el already. +# emacs-deps = $(lisp)/subdirs.el # Common command to find subdirectories