]> git.eshelyaron.com Git - emacs.git/commitdiff
(mkdir): Ignore error from chmod.
authorRichard M. Stallman <rms@gnu.org>
Tue, 16 Nov 1993 09:20:07 +0000 (09:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 16 Nov 1993 09:20:07 +0000 (09:20 +0000)
Makefile.in

index b9d32ae7a621469907300d5f01f0696f4f09980c..461c5bfae34a3c2b92d87e2036c23f58c59d5647 100644 (file)
@@ -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