summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-12-29 18:12:40 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-29 18:12:40 +0000
commit06605284651a1ac6146b3e5bfbe2f3ff67c78591 (patch)
tree873c792b1e1f12fb1974886c64bf2e964c7a25e5 /Makefile.SH
parent7340a77173f95a81dc18665dfca437da3de391c8 (diff)
downloadperl-06605284651a1ac6146b3e5bfbe2f3ff67c78591.tar.gz
re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
Koenig) p4raw-id: //depot/perl@4735
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH4
1 files changed, 2 insertions, 2 deletions
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