]> git.eshelyaron.com Git - emacs.git/commitdiff
(emacs-deps): Leave it empty.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 23 Apr 2008 18:01:46 +0000 (18:01 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 23 Apr 2008 18:01:46 +0000 (18:01 +0000)
lisp/ChangeLog
lisp/Makefile.in

index 5ad79ce1421cd11d0bee95e098e08044bbdbf4db..2d491b3bc644d14a63478efff36784045d7a7760 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * Makefile.in (emacs-deps): Leave it empty.
+
 2008-04-23  Magnus Henoch  <mange@freemail.hu>
 
        * tar-mode.el (tar-untar-buffer): If the entry has directory
index 396f39f80d78ce15396888be1a5335e1c8d5862a..935370e8fb079b9070277a25dd881926fcf6ad4f 100644 (file)
@@ -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