# HG changeset patch # User Richard M. Stallman # Date 873069684 0 # Node ID 40bed12c4f2e8c2a91f809d5b4f39c7675fd03bb # Parent fb3c3590498e8430e065788f394024d8cd1c0202 (install-arch-indep): Verify ./lisp has simple.el in it before trying to copy anything from it. diff -r fb3c3590498e -r 40bed12c4f2e Makefile.in --- a/Makefile.in Sun Aug 31 18:03:03 1997 +0000 +++ b/Makefile.in Sun Aug 31 23:21:24 1997 +0000 @@ -342,6 +342,7 @@ (cd $(docdir); chmod a+r DOC*; rm DOC) \ else true; fi if [ -r ./lisp ] \ + && [ -r ./lisp/simple.el ] \ && [ x`(cd ./lisp; /bin/pwd)` != x`(cd ${lispdir}; /bin/pwd)` ] \ && [ x`(cd ${srcdir}/lisp; /bin/pwd)` != x`(cd ./lisp; /bin/pwd)` ]; \ then \