diff options
| author | Nick Roberts | 2006-07-28 03:36:55 +0000 |
|---|---|---|
| committer | Nick Roberts | 2006-07-28 03:36:55 +0000 |
| commit | 773cb1a4f032533bd6b671b78b02c658843db1e4 (patch) | |
| tree | f29c128876a7fa43b7ccbddce00c458951a60662 | |
| parent | 0392505b45535722feaf0f5250559552beb9fb42 (diff) | |
| download | emacs-773cb1a4f032533bd6b671b78b02c658843db1e4.tar.gz emacs-773cb1a4f032533bd6b671b78b02c658843db1e4.zip | |
(recompile): Update comment to reflect change
on 2004-04-21.
| -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: | |||
| 204 | 204 | ||
| 205 | compile-after-backup: backup-compiled-files compile-always | 205 | compile-after-backup: backup-compiled-files compile-always |
| 206 | 206 | ||
| 207 | # Recompile all Lisp files which are newer than their .elc files. | 207 | # Recompile all Lisp files which are newer than their .elc files and compile |
| 208 | # Note that this doesn't create .elc files. It only recompiles if an | 208 | # new ones. |
| 209 | # .elc is present. | ||
| 210 | 209 | ||
| 211 | recompile: doit mh-autoloads $(lisp)/progmodes/cc-mode.elc | 210 | recompile: doit mh-autoloads $(lisp)/progmodes/cc-mode.elc |
| 212 | $(EMACS) $(EMACSOPT) --eval "(batch-byte-recompile-directory 0)" $(lisp) | 211 | $(EMACS) $(EMACSOPT) --eval "(batch-byte-recompile-directory 0)" $(lisp) |