From 23cbd566477104db92b3f503a75c27c5f50775b3 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 21 Apr 2004 22:35:10 +0000 Subject: [PATCH] (recompile): Compile new files. --- lisp/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5