diff options
| author | Richard M. Stallman | 1995-04-06 21:53:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-06 21:53:21 +0000 |
| commit | 94802f45ce7b1e2f2942e2eca88e77a6e6671875 (patch) | |
| tree | 855fbef845276a22a314cc336f24d86e5be7e210 | |
| parent | b45949948b7b427c740298ca45ac80dd866e183c (diff) | |
| download | emacs-94802f45ce7b1e2f2942e2eca88e77a6e6671875.tar.gz emacs-94802f45ce7b1e2f2942e2eca88e77a6e6671875.zip | |
(install-arch-indep): Undo Sep 23 change.
| -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 | |||
| 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. | ||
| 317 | install-arch-indep: mkdir | 313 | install-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} ] \ |