projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
48c64e3
)
Must hold off building s2p until there's a miniperl.
Jarkko Hietaniemi [Thu, 11 Apr 2002 13:34:40 +0000 (13:34 +0000)]
p4raw-id: //depot/perl@15860
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
3254eb4
..
1342a3b
100644
(file)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-683,7
+683,7
@@
$(plextract): miniperl$(EXE_EXT) lib/Config.pm x2p/s2p
@-rm -f $@
$(LDLIBPTH) ./miniperl -Ilib $@.PL
-x2p/s2p: x2p/s2p.PL
+x2p/s2p: miniperl$(EXE_EXT) x2p/s2p.PL
cd x2p; $(LDLIBPTH) $(MAKE) s2p
lib/lib.pm: miniperl$(EXE_EXT) lib/Config.pm