aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-31 23:21:24 +0000
committerRichard M. Stallman1997-08-31 23:21:24 +0000
commitbc63f59a6ef323bc362a22003a79840f0842ec22 (patch)
treeafabdf343bd8e9e64ca23e753ef3c53adaf816cd
parent0b93aa5389b02bb00632a04ef5776f1e99d8b02b (diff)
downloademacs-bc63f59a6ef323bc362a22003a79840f0842ec22.tar.gz
emacs-bc63f59a6ef323bc362a22003a79840f0842ec22.zip
(install-arch-indep): Verify ./lisp has simple.el in it
before trying to copy anything from it.
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
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
342 (cd $(docdir); chmod a+r DOC*; rm DOC) \ 342 (cd $(docdir); chmod a+r DOC*; rm DOC) \
343 else true; fi 343 else true; fi
344 if [ -r ./lisp ] \ 344 if [ -r ./lisp ] \
345 && [ -r ./lisp/simple.el ] \
345 && [ x`(cd ./lisp; /bin/pwd)` != x`(cd ${lispdir}; /bin/pwd)` ] \ 346 && [ x`(cd ./lisp; /bin/pwd)` != x`(cd ${lispdir}; /bin/pwd)` ] \
346 && [ x`(cd ${srcdir}/lisp; /bin/pwd)` != x`(cd ./lisp; /bin/pwd)` ]; \ 347 && [ x`(cd ${srcdir}/lisp; /bin/pwd)` != x`(cd ./lisp; /bin/pwd)` ]; \
347 then \ 348 then \