From b7a73309b8530cbdcbcf7de31e63df301f0c61dd Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 4 Oct 2000 23:25:04 +0000 Subject: Enable disabling scripts installation by Configure -Uinstallscripts, suggested by H. Merijn Brand. p4raw-id: //depot/perl@7146 --- Makefile.SH | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.SH') 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! -- cgit v1.2.1