aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2008-05-03 11:15:08 +0000
committerAndreas Schwab2008-05-03 11:15:08 +0000
commitdab955e836add3ce0ef2e974a28d9e554de23c4a (patch)
treee9b2ea195d1ea03e00c375408fd5d82e553b6ad9
parent4f61cc3e1ff209fe3c6a184d2fdc0d1f5fe39eb6 (diff)
downloademacs-dab955e836add3ce0ef2e974a28d9e554de23c4a.tar.gz
emacs-dab955e836add3ce0ef2e974a28d9e554de23c4a.zip
Unbreak bootstrap.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/Makefile.in4
2 files changed, 1 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8e0828a09cb..5f799a25b32 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1018,8 +1018,6 @@
1018 * cus-start.el: Remove insert-default-directory and 1018 * cus-start.el: Remove insert-default-directory and
1019 read-file-name-completion-ignore-case. 1019 read-file-name-completion-ignore-case.
1020 1020
1021 * Makefile.in (emacs-deps): Leave it empty.
1022
10232008-04-23 Magnus Henoch <mange@freemail.hu> 10212008-04-23 Magnus Henoch <mange@freemail.hu>
1024 1022
1025 * tar-mode.el (tar-untar-buffer): If the entry has directory 1023 * 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 = \
81 81
82emacs = EMACSLOADPATH=$(lisp) LC_ALL=C $(EMACS) $(EMACSOPT) 82emacs = EMACSLOADPATH=$(lisp) LC_ALL=C $(EMACS) $(EMACSOPT)
83# Prerequisites for running $(emacs) 83# Prerequisites for running $(emacs)
84# This should not be necessary because in order to have ../src/emacs 84emacs-deps = $(lisp)/subdirs.el
85# we must have built subdirs.el already.
86# emacs-deps = $(lisp)/subdirs.el
87 85
88# Common command to find subdirectories 86# Common command to find subdirectories
89 87