projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
be949f6
)
fix Makefile.SH typo
Gurusamy Sarathy [Thu, 18 Jun 1998 16:22:47 +0000 (16:22 +0000)]
p4raw-id: //depot/perl@1140
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
f73925c
..
4f78f57
100644
(file)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-374,7
+374,7
@@
lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl minimod.pl lib/Config.pm
$(LDLIBPTH) ./miniperl minimod.pl > tmp && mv tmp $@
$(plextract): miniperl lib/Config.pm
- echo $(LDLIBPTH) ./miniperl -Ilib $@.PL
+ $(LDLIBPTH) ./miniperl -Ilib $@.PL
install: all install.perl install.man