Mercurial > emacs
changeset 9051:3748e1fdbd18
(install-arch-indep): Don't do mkdir here.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 24 Sep 1994 01:54:17 +0000 |
parents | 953e5ea2b8ea |
children | 6de22822cf72 |
files | Makefile.in |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Sat Sep 24 01:48:04 1994 +0000 +++ b/Makefile.in Sat Sep 24 01:54:17 1994 +0000 @@ -303,6 +303,10 @@ ### 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 @@ shift ; \ done -set ${COPYDESTS} ; \ - mkdir ${COPYDESTS} ; \ for dir in ${COPYDIR} ; do \ dest=$$1 ; shift ; \ [ -d $${dir} ] \