From: Gurusamy Sarathy Date: Wed, 29 Dec 1999 18:12:40 +0000 (+0000) Subject: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=06605284651a1ac6146b3e5bfbe2f3ff67c78591;p=p5sagit%2Fp5-mst-13.2.git re.pm is needed earlier, xsubpp now uses it (spotted by Andreas Koenig) p4raw-id: //depot/perl@4735 --- diff --git a/Makefile.SH b/Makefile.SH index ea75eac..347ee7e 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -490,7 +490,7 @@ preplibrary: miniperl lib/Config.pm # Take care to avoid modifying lib/Config.pm without reason # (If trying to create a new port and having problems with the configpm script, # try 'make minitest' and/or commenting out the tests at the end of configpm.) -lib/Config.pm: config.sh miniperl configpm +lib/Config.pm: config.sh miniperl configpm lib/re.pm $(LDLIBPTH) ./miniperl configpm configpm.tmp sh mv-if-diff configpm.tmp $@ @@ -502,7 +502,7 @@ lib/re.pm: ext/re/re.pm rm -f $@ cat ext/re/re.pm > $@ -$(plextract): miniperl lib/Config.pm lib/re.pm +$(plextract): miniperl lib/Config.pm $(LDLIBPTH) ./miniperl -Ilib $@.PL extra.pods: miniperl