1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-24 19:03:29 +00:00

(recompile): Update comment to reflect change

on 2004-04-21.
This commit is contained in:
Nick Roberts 2006-07-28 03:36:55 +00:00
parent 0392505b45
commit 773cb1a4f0

View File

@ -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)