From 56ab7fbb5b698d5f1a819573f08a78540317720c Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 8 Dec 2002 13:59:29 +0000 Subject: [PATCH] (install-arch-indep): Revert second last change completely. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 07fd1f6063e..a9664fcba7f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -442,7 +442,8 @@ install-arch-indep: mkdir info -unset CDPATH; \ if [ -r ./lisp ] \ && [ -r ./lisp/simple.el ] \ - && [ x`(cd ./lisp; /bin/pwd)` != x`(cd ${lispdir}; /bin/pwd)` ]; \ + && [ x`(cd ./lisp; /bin/pwd)` != x`(cd ${lispdir}; /bin/pwd)` ] \ + && [ x`(cd ${srcdir}/lisp; /bin/pwd)` != x`(cd ./lisp; /bin/pwd)` ]; \ then \ echo "Copying lisp/*.el and lisp/*.elc to ${lispdir} ..." ; \ (cd lisp; tar -chf - *.el *.elc) \ -- 2.39.5