aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-01-10 19:43:03 +0000
committerKarl Heuer <[email protected]>1996-01-10 19:43:03 +0000
commit3577cff0c7c01191bf5dc01ac5f8512e2eb25dc5 (patch)
tree19c3f67a7e893613d61ee91875de934020cb5f2b /Makefile.in
parentb806321282ca1082de453d16d68ee93a3726b7c4 (diff)
(install-arch-indep): Ignore error if no chmod -R.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a79d8dffb1..d115b927f2 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} ..." ; \