From 8f9150f8706a50fc0de84c52f49b5496aa314eb8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 16 Nov 1993 09:20:07 +0000 Subject: [PATCH] (mkdir): Ignore error from chmod. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5