diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-04-21 22:35:10 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-04-21 22:35:10 +0000 |
commit | 23cbd566477104db92b3f503a75c27c5f50775b3 (patch) | |
tree | 7ac596e70817533ef3ab8a1c1be97071823a3f91 /lisp/Makefile.in | |
parent | 6f8e359068d4ce8c5253db802cf540133aae82c6 (diff) | |
download | emacs-23cbd566477104db92b3f503a75c27c5f50775b3.tar.gz |
(recompile): Compile new files.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 9efd587a199..7bb9a3221cc 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -281,7 +281,7 @@ compile-after-backup: backup-compiled-files compile-always # .elc is present. recompile: doit $(lisp)/progmodes/cc-mode.elc - $(EMACS) $(EMACSOPT) -f batch-byte-recompile-directory $(lisp) + $(EMACS) $(EMACSOPT) --eval "(batch-byte-recompile-directory 0)" $(lisp) # CC Mode uses a compile time macro system which causes a compile time # dependency in cc-mode.elc on the macros in cc-langs.el and the |