From: Jarkko Hietaniemi Date: Mon, 30 Jul 2001 01:32:54 +0000 (+0000) Subject: Missed from #11490 (the required dependency). X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3343e82c8f3e73d75502cc2191d0d013e53641d7;p=p5sagit%2Fp5-mst-13.2.git Missed from #11490 (the required dependency). p4raw-id: //depot/perl@11491 --- diff --git a/Makefile.SH b/Makefile.SH index 26c765e..5623341 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; \