summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-10-10 21:09:30 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-10 21:09:30 +0000
commit22e779421fc9644bbe208a576056f86ee9e45388 (patch)
treed289a9facf96ad7b2d755e12d926639d58f0ca7f /Makefile.SH
parent7bd40e2617d77c8e973207f8d6ca5f9eca71162b (diff)
downloadperl-22e779421fc9644bbe208a576056f86ee9e45388.tar.gz
Use the versiononly instead of the installscripts,
retract the changes 7146 and 7147. p4raw-id: //depot/perl@7195
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 50a81e24b5..392386b9f1 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -205,9 +205,8 @@ SHELL = $sh
TRNL = '$trnl'
# not used by Makefile but by installperl;
-# mentioned here so that metaconfig picks these up
+# mentioned here so that metaconfig picks it up
INSTALL_USR_BIN_PERL = $installusrbinperl
-INSTALL_SCRIPTS = $installscripts
!GROK!THIS!