diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-16 09:20:07 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-16 09:20:07 +0000 |
commit | 8f9150f8706a50fc0de84c52f49b5496aa314eb8 (patch) | |
tree | 246455396af9b1d1c33647df1ed0687d9b5b47b8 /Makefile.in | |
parent | 708bfd4f815c92f5afbfea57bce304314dbfe5b9 (diff) | |
download | emacs-8f9150f8706a50fc0de84c52f49b5496aa314eb8.tar.gz |
(mkdir): Ignore error from chmod.
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 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 |