summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-29 22:43:27 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-29 22:43:27 +0000
commit07627f49f9f262cd1337a53009b216b3b6fe64f6 (patch)
treeacc954625b792a83053726173e9a1e7ea8fbe4b4 /Makeconfig
parentf81226906ebebaee8e1b9ef60050f907a887e1b3 (diff)
(INSTALL_SCRIPT): Define.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig
index 74192b408c..aa5570a3fc 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -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