mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
(recompile): Depend on compile-first.
This commit is contained in:
parent
3ad96b4d0a
commit
f7a043c3c7
@ -1,3 +1,7 @@
|
||||
2008-11-22 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* Makefile.in (recompile): Depend on compile-first.
|
||||
|
||||
2008-11-22 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* files.el (switch-to-buffer-other-window)
|
||||
|
@ -1363,7 +1363,7 @@ compile-after-backup: backup-compiled-files compile-always
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user