aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2008-04-27 09:47:00 +0000
committerAndreas Schwab2008-04-27 09:47:00 +0000
commitaa272d639a2fbfd1395be06456e4aadbc7191b85 (patch)
tree1f8e0a3e1aedd768dc7171b27dbc0c12eea6231a
parentc23c3394aeab609850146767294418e7eab62bbe (diff)
downloademacs-aa272d639a2fbfd1395be06456e4aadbc7191b85.tar.gz
emacs-aa272d639a2fbfd1395be06456e4aadbc7191b85.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 fd624ebcd3f..3d826be6a25 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -280,8 +280,6 @@
280 * cus-start.el: Remove insert-default-directory and 280 * cus-start.el: Remove insert-default-directory and
281 read-file-name-completion-ignore-case. 281 read-file-name-completion-ignore-case.
282 282
283 * Makefile.in (emacs-deps): Leave it empty.
284
2852008-04-23 Magnus Henoch <mange@freemail.hu> 2832008-04-23 Magnus Henoch <mange@freemail.hu>
286 284
287 * tar-mode.el (tar-untar-buffer): If the entry has directory 285 * 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