Mercurial > emacs
changeset 99795:37cbb91868a5
(recompile): Depend on compile-first.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 22 Nov 2008 12:19:41 +0000 |
parents | 45ea5b2748da |
children | f91a29d10f45 |
files | lisp/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/Makefile.in Sat Nov 22 11:42:00 2008 +0000 +++ b/lisp/Makefile.in Sat Nov 22 12:19:41 2008 +0000 @@ -1363,7 +1363,7 @@ # ii) Compiling multiple files in the same instance of Emacs is wrong, # since the environment of later files is affected by definitions in # earlier ones. -recompile: doit $(LOADDEFS) $(lisp)/progmodes/cc-mode.elc +recompile: doit $(LOADDEFS) compile-first $(lisp)/progmodes/cc-mode.elc $(emacs) --eval "(batch-byte-recompile-directory 0)" $(lisp) # Update MH-E internal autoloads. These are not to be confused with