Mercurial > emacs
changeset 94583:72db09a22236
Unbreak bootstrap.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sat, 03 May 2008 11:15:08 +0000 |
parents | 8393f040d26d |
children | f6d320d12050 |
files | lisp/ChangeLog lisp/Makefile.in |
diffstat | 2 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat May 03 10:47:28 2008 +0000 +++ b/lisp/ChangeLog Sat May 03 11:15:08 2008 +0000 @@ -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 <mange@freemail.hu> * tar-mode.el (tar-untar-buffer): If the entry has directory
--- a/lisp/Makefile.in Sat May 03 10:47:28 2008 +0000 +++ b/lisp/Makefile.in Sat May 03 11:15:08 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