aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 2e76033c571..937a225c8c4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -310,10 +310,6 @@ install-arch-dep: mkdir
310### Note that we copy the DOC-* files from the build etc directory 310### Note that we copy the DOC-* files from the build etc directory
311### as well as lots of things from ${srcdir}/etc. 311### as well as lots of things from ${srcdir}/etc.
312 312
313# These lines appeared after the second -set, but should be unnecessary.
314# mkdir ${COPYDESTS} ; \
315# chmod ugo+rx ${COPYDESTS} ; \
316# The backslash above continues the comment onto this line. It ends here.
317install-arch-indep: mkdir 313install-arch-indep: mkdir
318 -set ${COPYDESTS} ; \ 314 -set ${COPYDESTS} ; \
319 for dir in ${COPYDIR} ; do \ 315 for dir in ${COPYDIR} ; do \
@@ -323,6 +319,8 @@ install-arch-indep: mkdir
323 shift ; \ 319 shift ; \
324 done 320 done
325 -set ${COPYDESTS} ; \ 321 -set ${COPYDESTS} ; \
322 mkdir ${COPYDESTS} ; \
323 chmod ugo+rx ${COPYDESTS} ; \
326 for dir in ${COPYDIR} ; do \ 324 for dir in ${COPYDIR} ; do \
327 dest=$$1 ; shift ; \ 325 dest=$$1 ; shift ; \
328 [ -d $${dir} ] \ 326 [ -d $${dir} ] \