From: Andreas Schwab Date: Sat, 3 May 2008 11:15:08 +0000 (+0000) Subject: Unbreak bootstrap. X-Git-Tag: emacs-pretest-23.0.90~5851 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dab955e836add3ce0ef2e974a28d9e554de23c4a;p=emacs.git Unbreak bootstrap. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8e0828a09cb..5f799a25b32 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1018,8 +1018,6 @@ * cus-start.el: Remove insert-default-directory and read-file-name-completion-ignore-case. - * 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 935370e8fb0..396f39f80d7 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -81,9 +81,7 @@ COMPILE_FIRST = \ emacs = EMACSLOADPATH=$(lisp) LC_ALL=C $(EMACS) $(EMACSOPT) # Prerequisites for running $(emacs) -# This should not be necessary because in order to have ../src/emacs -# we must have built subdirs.el already. -# emacs-deps = $(lisp)/subdirs.el +emacs-deps = $(lisp)/subdirs.el # Common command to find subdirectories