summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--Makefile.in13
2 files changed, 1 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index c6679465211..9d8a3eadec6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* Makefile.in (install-arch-indep): There are no more Makefile.c files.
Use INSTALL_DATA for the DOC file.
+ Remove dead code for ./lisp that never executes.
2012-05-10 Glenn Morris <rgm@gnu.org>
diff --git a/Makefile.in b/Makefile.in
index ac6ad2b5ac5..844d92d228c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -588,19 +588,6 @@ install-arch-indep: mkdir info install-etc
if test "`echo DOC-*`" != "DOC-*"; then rm -f DOC; fi); \
else true; fi
-unset CDPATH; \
- if [ -r ./lisp ] \
- && [ -r ./lisp/simple.el ] \
- && [ x`(cd ./lisp; /bin/pwd)` != x`(cd $(DESTDIR)${lispdir}; /bin/pwd)` ] \
- && [ x`(cd ${srcdir}/lisp; /bin/pwd)` != x`(cd ./lisp; /bin/pwd)` ]; \
- then \
- echo "Copying lisp/*.el and lisp/*.elc to $(DESTDIR)${lispdir} ..." ; \
- (cd lisp; tar -chf - *.el *.elc) \
- |(cd $(DESTDIR)${lispdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 1; \
- (cd $(DESTDIR)${lispdir}; \
- $(set_installuser); \
- find . -exec chown $${installuser} {} ';') ; \
- else true; fi
- -unset CDPATH; \
if [ -n "${GZIP_PROG}" ]; \
then \
echo "Compressing *.el ..." ; \