diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2006-07-28 03:36:55 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2006-07-28 03:36:55 +0000 |
commit | 773cb1a4f032533bd6b671b78b02c658843db1e4 (patch) | |
tree | f29c128876a7fa43b7ccbddce00c458951a60662 /lisp/Makefile.in | |
parent | 0392505b45535722feaf0f5250559552beb9fb42 (diff) | |
download | emacs-773cb1a4f032533bd6b671b78b02c658843db1e4.tar.gz |
(recompile): Update comment to reflect change
on 2004-04-21.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 1b4a152888a..f6caedcccda 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) |