From: Andreas Schwab Date: Sun, 8 Dec 2002 13:59:29 +0000 (+0000) Subject: (install-arch-indep): Revert second last change completely. X-Git-Tag: ttn-vms-21-2-B4~12089 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=56ab7fbb5b698d5f1a819573f08a78540317720c;p=emacs.git (install-arch-indep): Revert second last change completely. --- 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) \