(install): Use INSTALL_STRIP with INSTALL_PROGRAM for the utilities.

This commit is contained in:
Richard M. Stallman 1998-03-06 01:12:57 +00:00
parent 19618231c3
commit 3e2c89815d

View file

@ -284,7 +284,7 @@ install: ${archlibdir}
@echo
@echo "Installing utilities for users to run."
for file in ${INSTALLABLES} ; do \
$(INSTALL_PROGRAM) $${file} ${bindir}/$${file} ; \
$(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file} ${bindir}/$${file} ; \
chmod a+rx ${bindir}/$${file}; \
done
for file in ${INSTALLABLE_SCRIPTS} ; do \