From 0cf61204e745334c58f19e7d43d9c31794fe4023 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 24 Sep 1994 01:54:17 +0000 Subject: [PATCH] (install-arch-indep): Don't do mkdir here. --- Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 71e2a0a0503..1832fddd4f7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -303,6 +303,10 @@ install-arch-dep: mkdir ### Note that we copy the DOC-* files from the build etc directory ### as well as lots of things from ${srcdir}/etc. + +# These lines appeared after the second -set, but should be unnecessary. +# mkdir ${COPYDESTS} ; \ +# chmod ugo+rx ${COPYDESTS} ; \ install-arch-indep: mkdir -set ${COPYDESTS} ; \ for dir in ${COPYDIR} ; do \ @@ -312,7 +316,6 @@ install-arch-indep: mkdir shift ; \ done -set ${COPYDESTS} ; \ - mkdir ${COPYDESTS} ; \ for dir in ${COPYDIR} ; do \ dest=$$1 ; shift ; \ [ -d $${dir} ] \ -- 2.39.5