projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
09fa32a
)
Extracting the s2p may require the right dynlibpath.
Jarkko Hietaniemi [Thu, 11 Apr 2002 12:42:57 +0000 (12:42 +0000)]
p4raw-id: //depot/perl@15858
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
537bcb6
..
3254eb4
100644
(file)
--- 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 $@