]> git.eshelyaron.com Git - emacs.git/commitdiff
(install-arch-indep): Don't do mkdir here.
authorRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 01:54:17 +0000 (01:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 01:54:17 +0000 (01:54 +0000)
Makefile.in

index 71e2a0a050344f1d2a28aedc0363289550b209bc..1832fddd4f7504ac0a00428c2bbcd496a816a1e7 100644 (file)
@@ -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} ] \