From aa272d639a2fbfd1395be06456e4aadbc7191b85 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 27 Apr 2008 09:47:00 +0000 Subject: [PATCH] Unbreak bootstrap. --- lisp/ChangeLog | 2 -- lisp/Makefile.in | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fd624ebcd3f..3d826be6a25 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --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 -- 2.39.2