# HG changeset patch # User Richard M. Stallman # Date 797205201 0 # Node ID a78e341e8061a68bb6cd6075286798c354334800 # Parent 91377b1789208062dea81f8d5d39d9fb183a2165 (install-arch-indep): Undo Sep 23 change. diff -r 91377b178920 -r a78e341e8061 Makefile.in --- 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} ] \