changeset 3009:1b3cab5f40e4

* Makefile.in (install): Refer to the variables INSTALLABLES and INSTALLABLE_SCRIPTS, instead of writing them out.
author Jim Blandy <jimb@redhat.com>
date Mon, 24 May 1993 05:54:23 +0000
parents be594f78bfa7
children 4ca5a6bd174b
files lib-src/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/Makefile.in	Mon May 24 05:12:22 1993 +0000
+++ b/lib-src/Makefile.in	Mon May 24 05:54:23 1993 +0000
@@ -137,7 +137,7 @@
 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