1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

(install-arch-indep): Verify ./lisp has simple.el in it

before trying to copy anything from it.
This commit is contained in:
Richard M. Stallman 1997-08-31 23:21:24 +00:00
parent 0b93aa5389
commit bc63f59a6e

View File

@ -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 \