]> sourceware.org Git - glibc.git/commitdiff
(INSTALL_SCRIPT): Define.
authorUlrich Drepper <drepper@redhat.com>
Wed, 29 Aug 2001 22:43:27 +0000 (22:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 29 Aug 2001 22:43:27 +0000 (22:43 +0000)
Makeconfig
config.make.in

index 74192b408c01be6a5011775c9188d4c0fe661be3..aa5570a3fc4323f18e244150386ef26833607ad5 100644 (file)
@@ -322,6 +322,9 @@ endif
 ifndef INSTALL_DATA
 INSTALL_DATA = $(INSTALL) -m 644
 endif
+ifndef INSTALL_SCRIPT
+INSTALL_SCRIPT = $(INSTALL)
+endif
 ifndef INSTALL_PROGRAM
 INSTALL_PROGRAM = $(INSTALL)
 endif
index cd050722e1279afb5c1b5163e4a9e70df5848d0f..625e328bc8dcaf9dbdebae5aea17e9b6ec86d54d 100644 (file)
@@ -88,6 +88,7 @@ BISON = @BISON@
 # Installation tools.
 INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_INFO = @INSTALL_INFO@
 OLD_DEBIAN_INSTALL_INFO = @OLD_DEBIAN_INSTALL_INFO@
This page took 0.043632 seconds and 5 git commands to generate.