]> code.delx.au - gnu-emacs/commitdiff
(install-arch-indep): Revert second last change completely.
authorAndreas Schwab <schwab@suse.de>
Sun, 8 Dec 2002 13:59:29 +0000 (13:59 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 8 Dec 2002 13:59:29 +0000 (13:59 +0000)
Makefile.in

index 07fd1f6063e61166550d1dbfa50ac87134098b3e..a9664fcba7f281a862a3c3af9241406eba1462bf 100644 (file)
@@ -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) \