From: Karl Heuer Date: Wed, 10 Jan 1996 19:43:03 +0000 (+0000) Subject: (install-arch-indep): Ignore error if no chmod -R. X-Git-Tag: emacs-19.34~1717 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3577cff0c7c01191bf5dc01ac5f8512e2eb25dc5;p=emacs.git (install-arch-indep): Ignore error if no chmod -R. --- diff --git a/Makefile.in b/Makefile.in index a79d8dffb11..d115b927f2f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -346,7 +346,7 @@ install-arch-indep: mkdir done -rm -f ${lispdir}/subdirs.el $(srcdir)/update-subdirs ${lispdir} - chmod -R a+r ${COPYDESTS} + -chmod -R a+r ${COPYDESTS} if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ then \ echo "Copying etc/DOC-* to ${docdir} ..." ; \