changeset 11228:a78e341e8061

(install-arch-indep): Undo Sep 23 change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 06 Apr 1995 21:53:21 +0000
parents 91377b178920
children 8c38245f7be4
files Makefile.in
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Thu Apr 06 21:36:55 1995 +0000
+++ b/Makefile.in	Thu Apr 06 21:53:21 1995 +0000
@@ -310,10 +310,6 @@
 ### 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 @@
 	   shift ; \
 	 done
 	-set ${COPYDESTS} ; \
+ 	 mkdir ${COPYDESTS} ; \
+ 	 chmod ugo+rx ${COPYDESTS} ; \
 	 for dir in ${COPYDIR} ; do \
 	   dest=$$1 ; shift ; \
 	   [ -d $${dir} ] \