diff options
| author | Stefan Monnier | 2004-04-21 22:35:10 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-04-21 22:35:10 +0000 |
| commit | 23cbd566477104db92b3f503a75c27c5f50775b3 (patch) | |
| tree | 7ac596e70817533ef3ab8a1c1be97071823a3f91 | |
| parent | 6f8e359068d4ce8c5253db802cf540133aae82c6 (diff) | |
| download | emacs-23cbd566477104db92b3f503a75c27c5f50775b3.tar.gz emacs-23cbd566477104db92b3f503a75c27c5f50775b3.zip | |
(recompile): Compile new files.
| -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 | |||
| 281 | # .elc is present. | 281 | # .elc is present. |
| 282 | 282 | ||
| 283 | recompile: doit $(lisp)/progmodes/cc-mode.elc | 283 | recompile: doit $(lisp)/progmodes/cc-mode.elc |
| 284 | $(EMACS) $(EMACSOPT) -f batch-byte-recompile-directory $(lisp) | 284 | $(EMACS) $(EMACSOPT) --eval "(batch-byte-recompile-directory 0)" $(lisp) |
| 285 | 285 | ||
| 286 | # CC Mode uses a compile time macro system which causes a compile time | 286 | # CC Mode uses a compile time macro system which causes a compile time |
| 287 | # dependency in cc-mode.elc on the macros in cc-langs.el and the | 287 | # dependency in cc-mode.elc on the macros in cc-langs.el and the |