From 06605284651a1ac6146b3e5bfbe2f3ff67c78591 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Wed, 29 Dec 1999 18:12:40 +0000 Subject: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas Koenig) p4raw-id: //depot/perl@4735 --- Makefile.SH | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.SH') diff --git a/Makefile.SH b/Makefile.SH index ea75eac556..347ee7e2cb 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 -- cgit v1.2.1