From 1160644b5d47328fa6ef725a580682daa13cff5a Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 23 Apr 2008 18:01:46 +0000 Subject: [PATCH] (emacs-deps): Leave it empty. --- lisp/ChangeLog | 4 ++++ lisp/Makefile.in | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.5