diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-05-07 06:08:37 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-05-07 06:08:37 +0000 |
commit | 42c615aec03961abce3d3df2767454bdd9d7f822 (patch) | |
tree | ff87be76d9f35a0f97e32ebc8f2038536e2a08eb /Makefile.in | |
parent | 5005a9c0c2a025eadede981be16c57b1c8930905 (diff) | |
download | emacs-42c615aec03961abce3d3df2767454bdd9d7f822.tar.gz |
Don't say *.elc files cannot be regenerated.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index e1ae9e8d395..a1c5fa178d1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -210,8 +210,7 @@ EMACS = `echo emacs | sed '$(TRANSFORM)'` EMACSFULL = `echo emacs-${version} | sed '$(TRANSFORM)'` # Subdirectories to make recursively. `lisp' is not included -# because the compiled lisp files are part of the distribution -# and you cannot remake them without installing Emacs first. +# because the compiled lisp files are part of the distribution. # leim is not included because it needs special handling. SUBDIR = lib-src src |