diff options
| author | Eli Zaretskii | 2002-05-07 06:08:37 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-05-07 06:08:37 +0000 |
| commit | 42c615aec03961abce3d3df2767454bdd9d7f822 (patch) | |
| tree | ff87be76d9f35a0f97e32ebc8f2038536e2a08eb | |
| parent | 5005a9c0c2a025eadede981be16c57b1c8930905 (diff) | |
| download | emacs-42c615aec03961abce3d3df2767454bdd9d7f822.tar.gz emacs-42c615aec03961abce3d3df2767454bdd9d7f822.zip | |
Don't say *.elc files cannot be regenerated.
| -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)'` | |||
| 210 | EMACSFULL = `echo emacs-${version} | sed '$(TRANSFORM)'` | 210 | EMACSFULL = `echo emacs-${version} | sed '$(TRANSFORM)'` |
| 211 | 211 | ||
| 212 | # Subdirectories to make recursively. `lisp' is not included | 212 | # Subdirectories to make recursively. `lisp' is not included |
| 213 | # because the compiled lisp files are part of the distribution | 213 | # because the compiled lisp files are part of the distribution. |
| 214 | # and you cannot remake them without installing Emacs first. | ||
| 215 | # leim is not included because it needs special handling. | 214 | # leim is not included because it needs special handling. |
| 216 | SUBDIR = lib-src src | 215 | SUBDIR = lib-src src |
| 217 | 216 | ||