diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-29 18:12:40 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-29 18:12:40 +0000 |
commit | 06605284651a1ac6146b3e5bfbe2f3ff67c78591 (patch) | |
tree | 873c792b1e1f12fb1974886c64bf2e964c7a25e5 /Makefile.SH | |
parent | 7340a77173f95a81dc18665dfca437da3de391c8 (diff) | |
download | perl-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.SH | 4 |
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 |