Mercurial > emacs
changeset 94299:c4b844d3df2c
(emacs-deps): Leave it empty.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 23 Apr 2008 18:01:46 +0000 |
parents | a1cb952a12ac |
children | b47239d57d36 |
files | lisp/ChangeLog lisp/Makefile.in |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Apr 23 16:47:45 2008 +0000 +++ b/lisp/ChangeLog Wed Apr 23 18:01:46 2008 +0000 @@ -1,3 +1,7 @@ +2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca> + + * 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 Wed Apr 23 16:47:45 2008 +0000 +++ b/lisp/Makefile.in Wed Apr 23 18:01:46 2008 +0000 @@ -81,7 +81,9 @@ emacs = EMACSLOADPATH=$(lisp) LC_ALL=C $(EMACS) $(EMACSOPT) # Prerequisites for running $(emacs) -emacs-deps = $(lisp)/subdirs.el +# This should not be necessary because in order to have ../src/emacs +# we must have built subdirs.el already. +# emacs-deps = $(lisp)/subdirs.el # Common command to find subdirectories