From: Nick Roberts Date: Fri, 28 Jul 2006 03:36:55 +0000 (+0000) Subject: (recompile): Update comment to reflect change X-Git-Tag: emacs-pretest-22.0.90~1218 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=773cb1a4f032533bd6b671b78b02c658843db1e4;p=emacs.git (recompile): Update comment to reflect change on 2004-04-21. --- 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)