aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorNick Roberts <[email protected]>2006-07-28 03:36:55 +0000
committerNick Roberts <[email protected]>2006-07-28 03:36:55 +0000
commit773cb1a4f032533bd6b671b78b02c658843db1e4 (patch)
treef29c128876a7fa43b7ccbddce00c458951a60662 /lisp
parent0392505b45535722feaf0f5250559552beb9fb42 (diff)
(recompile): Update comment to reflect change
on 2004-04-21.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 1b4a152888..f6caedcccd 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -204,9 +204,8 @@ backup-compiled-files:
compile-after-backup: backup-compiled-files compile-always
-# Recompile all Lisp files which are newer than their .elc files.
-# Note that this doesn't create .elc files. It only recompiles if an
-# .elc is present.
+# Recompile all Lisp files which are newer than their .elc files and compile
+# new ones.
recompile: doit mh-autoloads $(lisp)/progmodes/cc-mode.elc
$(EMACS) $(EMACSOPT) --eval "(batch-byte-recompile-directory 0)" $(lisp)