diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-10 19:43:03 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-10 19:43:03 +0000 |
commit | d5ec1e3202d999b069a36bb2f6bab9b854c46276 (patch) | |
tree | 0e50aa4de8970863e0212bce973e9c4058932870 /Makefile.in | |
parent | 423a48fc7113d4b2e5688d51f527f45b36a8d161 (diff) | |
download | emacs-d5ec1e3202d999b069a36bb2f6bab9b854c46276.tar.gz |
(install-arch-indep): Ignore error if no chmod -R.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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} ..." ; \ |