diff Makefile.in @ 19640:40bed12c4f2e

(install-arch-indep): Verify ./lisp has simple.el in it before trying to copy anything from it.
author Richard M. Stallman <rms@gnu.org>
date Sun, 31 Aug 1997 23:21:24 +0000
parents 390656cf7e41
children 6bf6679152c5
line wrap: on
line diff
--- 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 \