summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-16 09:20:07 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-16 09:20:07 +0000
commit8f9150f8706a50fc0de84c52f49b5496aa314eb8 (patch)
tree246455396af9b1d1c33647df1ed0687d9b5b47b8 /Makefile.in
parent708bfd4f815c92f5afbfea57bce304314dbfe5b9 (diff)
downloademacs-8f9150f8706a50fc0de84c52f49b5496aa314eb8.tar.gz
(mkdir): Ignore error from chmod.
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 b9d32ae7a62..461c5bfae34 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -306,7 +306,7 @@ mkdir: FRC.mkdir
./lib-src/make-path ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \
${bindir} ${datadir} ${libdir} \
`echo ${locallisppath} | sed 's/:/ /'`
- chmod 777 ${COPYDESTS} ${lockdir}
+ -chmod 777 ${COPYDESTS} ${lockdir}
### Delete all the installed files that the `install' target would
### create (but not the noninstalled files such as `make all' would