summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-11-27 23:06:41 +0000
committerNicholas Clark <nick@ccl4.org>2004-11-27 23:06:41 +0000
commita8e1d30be55774dfed1ebdbeeb60084324b04c25 (patch)
tree7b8897c0ee6c0531d2e4db3d7b632b15450ee891 /Makefile.SH
parentace459ccc24e7aeac010ad9eb005569e3025460b (diff)
downloadperl-a8e1d30be55774dfed1ebdbeeb60084324b04c25.tar.gz
Generate the precached %Config entries based on some empirical
data, rather than just guesswork. p4raw-id: //depot/perl@23558
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index d616c89416..3ac8b9b39b 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -755,7 +755,7 @@ lib/re.pm: ext/re/re.pm
$(plextract): miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p
@-rm -f $@
- $(LDLIBPTH) ./miniperl -Ilib $@.PL
+ $(LDLIBPTH) ./miniperl -I`pwd`/lib $@.PL
x2p/s2p: miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p.PL
cd x2p; $(LDLIBPTH) $(MAKE) s2p