# HG changeset patch # User Andreas Schwab # Date 1039355969 0 # Node ID 69713eabe614441cce9babaa5f81150886d3833e # Parent 6c8c25a778ceca0112668bb99a3dd9cc0daf1de7 (install-arch-indep): Revert second last change completely. diff -r 6c8c25a778ce -r 69713eabe614 Makefile.in --- a/Makefile.in Sun Dec 08 13:22:05 2002 +0000 +++ b/Makefile.in Sun Dec 08 13:59:29 2002 +0000 @@ -442,7 +442,8 @@ -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) \