diff lib-src/Makefile.in @ 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 6ecacffe7f92
children f1d4c6a5976a
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