diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-04 23:25:04 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-04 23:25:04 +0000 |
commit | b7a73309b8530cbdcbcf7de31e63df301f0c61dd (patch) | |
tree | 4d9f856515c408ecdbc05e2f792624953a95cb78 /Makefile.SH | |
parent | b68ece06e2cf4b8e1f7a860c1625cd5817c8c80b (diff) | |
download | perl-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.SH | 3 |
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! |