comparison 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
comparison
equal deleted inserted replaced
3008:be594f78bfa7 3009:1b3cab5f40e4
135 # We don't need to install `wakeup' explicitly, because it will be copied when 135 # We don't need to install `wakeup' explicitly, because it will be copied when
136 # this whole directory is copied. 136 # this whole directory is copied.
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
144 @echo 144 @echo
145 @echo "Changing the owner and group of utility programs to \`bin'." 145 @echo "Changing the owner and group of utility programs to \`bin'."