projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
73ec421
)
Porting/makemeta no longer works with miniperl. switch it to use regular
Jesse Vincent [Thu, 1 Oct 2009 19:39:13 +0000 (
04:39
+0900)]
perl
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
b2d4d15
..
58fd626
100644
(file)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-1019,7
+1019,7
@@
extras.install: perl$(EXE_EXT)
no-install install.perl install.man install.html
META.yml: Porting/makemeta Porting/Maintainers.pl Porting/Maintainers.pm
- $(MINIPERL) Porting/makemeta
+ $(PERL) Porting/makemeta
install-strip:
$(MAKE) STRIPFLAGS=-s install DESTDIR="$(DESTDIR)"