From: Richard M. Stallman Date: Sat, 24 Sep 1994 01:54:17 +0000 (+0000) Subject: (install-arch-indep): Don't do mkdir here. X-Git-Tag: emacs-19.34~6803 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0cf61204e745334c58f19e7d43d9c31794fe4023;p=emacs.git (install-arch-indep): Don't do mkdir here. --- 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} ] \