# HG changeset patch # User Andreas Schwab # Date 1209289620 0 # Node ID 51972913e2456ea74ebd0ba7eb515df3fdaffce1 # Parent 25042b253c8f0db29b91ced904d1ad533f8331d1 Unbreak bootstrap. diff -r 25042b253c8f -r 51972913e245 lisp/ChangeLog --- a/lisp/ChangeLog Sun Apr 27 09:30:36 2008 +0000 +++ b/lisp/ChangeLog Sun Apr 27 09:47:00 2008 +0000 @@ -280,8 +280,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 -r 25042b253c8f -r 51972913e245 lisp/Makefile.in --- a/lisp/Makefile.in Sun Apr 27 09:30:36 2008 +0000 +++ b/lisp/Makefile.in Sun Apr 27 09:47:00 2008 +0000 @@ -81,9 +81,7 @@ 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