diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-06 21:53:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-06 21:53:21 +0000 |
commit | e3723f4337f877aafc2c882692e81d706737b4b3 (patch) | |
tree | ed7b31b093efabfc2045ae2c6a7730aea86389ec /Makefile.in | |
parent | 0962c9b2aa39777f95b74754ea1448fcb0c7149b (diff) | |
download | emacs-e3723f4337f877aafc2c882692e81d706737b4b3.tar.gz |
(install-arch-indep): Undo Sep 23 change.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
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 ### 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} ] \ |