aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index e1db260776b..d43f47871c2 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -279,7 +279,7 @@ compile-after-backup: backup-compiled-files compile-always
279# .elc is present. 279# .elc is present.
280 280
281recompile: doit $(lisp)/progmodes/cc-mode.elc 281recompile: doit $(lisp)/progmodes/cc-mode.elc
282 LC_ALL=C $(EMACS) $(EMACSOPT) -f batch-byte-recompile-directory $(lisp) 282 LC_ALL=C $(EMACS) $(EMACSOPT) --eval "(batch-byte-recompile-directory 0)" $(lisp)
283 283
284# CC Mode uses a compile time macro system which causes a compile time 284# CC Mode uses a compile time macro system which causes a compile time
285# dependency in cc-mode.elc on the macros in cc-langs.el and the 285# dependency in cc-mode.elc on the macros in cc-langs.el and the
@@ -324,5 +324,4 @@ bootstrap-after: finder-data custom-deps
324distclean: 324distclean:
325 -rm -f ./Makefile 325 -rm -f ./Makefile
326 326
327# arch-tag: d4ea703a-b91c-405c-a171-8dde30b163a7
328# Makefile ends here. 327# Makefile ends here.