summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2008-11-22 12:23:13 +0000
committerEli Zaretskii <eliz@gnu.org>2008-11-22 12:23:13 +0000
commitf7a043c3c7e9271c2430da7df5bc53291dd05729 (patch)
tree2aa3d7d08e58c92e8dc6cef3d44f4b3bb307959c /lisp/Makefile.in
parent3ad96b4d0afa2e8bebd4a31fbf3b9a30fdf50226 (diff)
downloademacs-f7a043c3c7e9271c2430da7df5bc53291dd05729.tar.gz
(recompile): Depend on compile-first.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 993a3ea22ff..a615d86208a 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -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