diff options
| author | Karl Heuer | 1996-01-10 19:43:03 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-10 19:43:03 +0000 |
| commit | 3577cff0c7c01191bf5dc01ac5f8512e2eb25dc5 (patch) | |
| tree | 19c3f67a7e893613d61ee91875de934020cb5f2b | |
| parent | b806321282ca1082de453d16d68ee93a3726b7c4 (diff) | |
| download | emacs-3577cff0c7c01191bf5dc01ac5f8512e2eb25dc5.tar.gz emacs-3577cff0c7c01191bf5dc01ac5f8512e2eb25dc5.zip | |
(install-arch-indep): Ignore error if no chmod -R.
| -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 | |||
| 346 | done | 346 | done |
| 347 | -rm -f ${lispdir}/subdirs.el | 347 | -rm -f ${lispdir}/subdirs.el |
| 348 | $(srcdir)/update-subdirs ${lispdir} | 348 | $(srcdir)/update-subdirs ${lispdir} |
| 349 | chmod -R a+r ${COPYDESTS} | 349 | -chmod -R a+r ${COPYDESTS} |
| 350 | if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ | 350 | if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ |
| 351 | then \ | 351 | then \ |
| 352 | echo "Copying etc/DOC-* to ${docdir} ..." ; \ | 352 | echo "Copying etc/DOC-* to ${docdir} ..." ; \ |