projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
23c50b2
)
s2p needs Config.pm.
Jarkko Hietaniemi [Sat, 13 Apr 2002 19:59:49 +0000 (19:59 +0000)]
p4raw-id: //depot/perl@15898
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
1342a3b
..
8cf8bd8
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: miniperl$(EXE_EXT) x2p/s2p.PL
+x2p/s2p: miniperl$(EXE_EXT) lib/Config.pm x2p/s2p.PL
cd x2p; $(LDLIBPTH) $(MAKE) s2p
lib/lib.pm: miniperl$(EXE_EXT) lib/Config.pm