diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-24 05:54:23 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-24 05:54:23 +0000 |
commit | 261518d9ce6d5fd1f82aaba2a33bf599d177e126 (patch) | |
tree | 115bd70196f664ad0bedbb4fad41444c37db7793 /lib-src | |
parent | 2e903afbc7c313ddea8f0d530d55ff21649170ce (diff) | |
download | emacs-261518d9ce6d5fd1f82aaba2a33bf599d177e126.tar.gz |
* 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 install: ${archlibdir} @echo @echo "Installing utilities for users to run." - for file in emacsclient etags ctags b2m ; do \ + for file in ${INSTALLABLES} ${INSTALLABLE_SCRIPTS} ; do \ cp $${file} ${bindir}/$${file}.new ; \ chmod 755 ${bindir}/$${file}.new ; \ done |