# HG changeset patch # User Richard M. Stallman # Date 753441607 0 # Node ID d3b5893da95890734b702a4b54cf730a067e5fd2 # Parent 1ada11e2d89a1abbbbb5ae86d3edae94aeac4b4c (mkdir): Ignore error from chmod. diff -r 1ada11e2d89a -r d3b5893da958 Makefile.in --- a/Makefile.in Tue Nov 16 08:45:56 1993 +0000 +++ b/Makefile.in Tue Nov 16 09:20:07 1993 +0000 @@ -306,7 +306,7 @@ ./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