summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-30 01:32:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-30 01:32:54 +0000
commit6029ba69a232ae2348fc33f6ac83c66002209c71 (patch)
tree0ae6be8e20d2ad43831b078e0f95341851d20ca6 /Makefile.SH
parentdf8b9e35f7336f5b863e4b462c5d218ee85c4d9b (diff)
downloadperl-6029ba69a232ae2348fc33f6ac83c66002209c71.tar.gz
Missed from #11490 (the required dependency).
p4raw-id: //depot/perl@11491
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 26c765e556..5623341e25 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -220,6 +220,8 @@ TRNL = '$trnl'
OPTIMIZE = $optimize
+EXTRAS = $extras
+
!GROK!THIS!
# not used by Makefile but by installperl;
# mentioned here so that metaconfig picks these up
@@ -680,7 +682,7 @@ install-silent:
no-install:
$(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-n
-install.perl: all installperl
+install.perl: all installperl extras.lst
if [ -n "$(COMPILE)" ]; \
then \
cd utils; $(MAKE) compile; \