]> code.delx.au - gnu-emacs/blobdiff - Makefile.in
(install-arch-indep): Revert second last change completely.
[gnu-emacs] / 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) \