From bc63f59a6ef323bc362a22003a79840f0842ec22 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 31 Aug 1997 23:21:24 +0000 Subject: [PATCH] (install-arch-indep): Verify ./lisp has simple.el in it before trying to copy anything from it. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 9a137b2e0df..ac919620e57 100644 --- a/Makefile.in +++ b/Makefile.in @@ -342,6 +342,7 @@ install-arch-indep: mkdir (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 \ -- 2.39.2