summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-10-04 23:25:04 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-04 23:25:04 +0000
commitb7a73309b8530cbdcbcf7de31e63df301f0c61dd (patch)
tree4d9f856515c408ecdbc05e2f792624953a95cb78 /Makefile.SH
parentb68ece06e2cf4b8e1f7a860c1625cd5817c8c80b (diff)
downloadperl-b7a73309b8530cbdcbcf7de31e63df301f0c61dd.tar.gz
Enable disabling scripts installation by Configure -Uinstallscripts,
suggested by H. Merijn Brand. p4raw-id: //depot/perl@7146
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 392386b9f1..50a81e24b5 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -205,8 +205,9 @@ SHELL = $sh
TRNL = '$trnl'
# not used by Makefile but by installperl;
-# mentioned here so that metaconfig picks it up
+# mentioned here so that metaconfig picks these up
INSTALL_USR_BIN_PERL = $installusrbinperl
+INSTALL_SCRIPTS = $installscripts
!GROK!THIS!