Mercurial > emacs
changeset 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 | fb3c3590498e |
children | d7f2d75a09d3 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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 \