From: Richard M. Stallman Date: Tue, 16 Nov 1993 09:20:07 +0000 (+0000) Subject: (mkdir): Ignore error from chmod. X-Git-Tag: emacs-19.34~10803 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f9150f8706a50fc0de84c52f49b5496aa314eb8;p=emacs.git (mkdir): Ignore error from chmod. --- 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