aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-05-11 13:13:18 -0400
committerGlenn Morris2012-05-11 13:13:18 -0400
commitc8e321795a3c7028204a05c81c3a4869103a004e (patch)
tree805c31016177cc9b776193741185886e393b9f13 /ChangeLog
parentdbacb4bd91bc53a168dea2c4d0bf2c90a301e4dd (diff)
downloademacs-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--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6679465211..9d8a3eadec6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
62012-05-10 Glenn Morris <rgm@gnu.org> 72012-05-10 Glenn Morris <rgm@gnu.org>
7 8