diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-11 12:42:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-11 12:42:57 +0000 |
commit | 36cf9c446e667ce2914a3b9c428ff1539f813f2d (patch) | |
tree | 04bcdccd29a72d7b6a213d03ae7ec7408ebfe9bb /Makefile.SH | |
parent | 09fa32a49e5d9fbd26ea2654e8a2623c5cf841ec (diff) | |
download | perl-36cf9c446e667ce2914a3b9c428ff1539f813f2d.tar.gz |
Extracting the s2p may require the right dynlibpath.
p4raw-id: //depot/perl@15858
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 537bcb63c6..3254eb4e60 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -684,7 +684,7 @@ $(plextract): miniperl$(EXE_EXT) lib/Config.pm x2p/s2p $(LDLIBPTH) ./miniperl -Ilib $@.PL x2p/s2p: x2p/s2p.PL - cd x2p; $(MAKE) s2p + cd x2p; $(LDLIBPTH) $(MAKE) s2p lib/lib.pm: miniperl$(EXE_EXT) lib/Config.pm @-rm -f $@ |