diff options
| author | Jim Blandy | 1993-05-24 05:54:23 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-24 05:54:23 +0000 |
| commit | 261518d9ce6d5fd1f82aaba2a33bf599d177e126 (patch) | |
| tree | 115bd70196f664ad0bedbb4fad41444c37db7793 /lib-src | |
| parent | 2e903afbc7c313ddea8f0d530d55ff21649170ce (diff) | |
| download | emacs-261518d9ce6d5fd1f82aaba2a33bf599d177e126.tar.gz emacs-261518d9ce6d5fd1f82aaba2a33bf599d177e126.zip | |
* Makefile.in (install): Refer to the variables INSTALLABLES and
INSTALLABLE_SCRIPTS, instead of writing them out.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 74a77a1e99e..5917a181e73 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -137,7 +137,7 @@ ${archlibdir}: all | |||
| 137 | install: ${archlibdir} | 137 | install: ${archlibdir} |
| 138 | @echo | 138 | @echo |
| 139 | @echo "Installing utilities for users to run." | 139 | @echo "Installing utilities for users to run." |
| 140 | for file in emacsclient etags ctags b2m ; do \ | 140 | for file in ${INSTALLABLES} ${INSTALLABLE_SCRIPTS} ; do \ |
| 141 | cp $${file} ${bindir}/$${file}.new ; \ | 141 | cp $${file} ${bindir}/$${file}.new ; \ |
| 142 | chmod 755 ${bindir}/$${file}.new ; \ | 142 | chmod 755 ${bindir}/$${file}.new ; \ |
| 143 | done | 143 | done |