]> code.delx.au - gnu-emacs/commitdiff
(install-arch-indep): Undo Sep 23 change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 6 Apr 1995 21:53:21 +0000 (21:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 6 Apr 1995 21:53:21 +0000 (21:53 +0000)
Makefile.in

index 2e76033c571ab281f9c101584f1849a374a73679..937a225c8c4e95534cca8b9fa22e38bb38d5fbc9 100644 (file)
@@ -310,10 +310,6 @@ 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} ; \
-# The backslash above continues the comment onto this line.  It ends here.
 install-arch-indep: mkdir
        -set ${COPYDESTS} ; \
         for dir in ${COPYDIR} ; do \
@@ -323,6 +319,8 @@ install-arch-indep: mkdir
           shift ; \
         done
        -set ${COPYDESTS} ; \
+        mkdir ${COPYDESTS} ; \
+        chmod ugo+rx ${COPYDESTS} ; \
         for dir in ${COPYDIR} ; do \
           dest=$$1 ; shift ; \
           [ -d $${dir} ] \