diff options
| author | Glenn Morris | 2012-05-11 13:13:18 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-11 13:13:18 -0400 |
| commit | c8e321795a3c7028204a05c81c3a4869103a004e (patch) | |
| tree | 805c31016177cc9b776193741185886e393b9f13 /ChangeLog | |
| parent | dbacb4bd91bc53a168dea2c4d0bf2c90a301e4dd (diff) | |
| download | emacs-c8e321795a3c7028204a05c81c3a4869103a004e.tar.gz emacs-c8e321795a3c7028204a05c81c3a4869103a004e.zip | |
* Makefile.in (install-arch-indep): Remove dead code.
./lisp/simpl.ele never exists in the _build_ directory,
the Lisp files are always in the _source_ directory.
Even if they were not, it would be wrong to install just
*.el and *.elc, since there are subdirectories in lisp/.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * Makefile.in (install-arch-indep): There are no more Makefile.c files. | 3 | * Makefile.in (install-arch-indep): There are no more Makefile.c files. |
| 4 | Use INSTALL_DATA for the DOC file. | 4 | Use INSTALL_DATA for the DOC file. |
| 5 | Remove dead code for ./lisp that never executes. | ||
| 5 | 6 | ||
| 6 | 2012-05-10 Glenn Morris <rgm@gnu.org> | 7 | 2012-05-10 Glenn Morris <rgm@gnu.org> |
| 7 | 8 | ||