summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-02 04:39:13 +0900
committerJesse Vincent <jesse@bestpractical.com>2009-10-02 04:39:13 +0900
commitefd764f72a8696e587ea6316dc908f8900c8b9e5 (patch)
tree6a5d6cad949a03aceea8715eec1caf7bf44c965a /Makefile.SH
parent73ec421b26a005f7bcd8e8fb2f73599d7da2a8cc (diff)
downloadperl-efd764f72a8696e587ea6316dc908f8900c8b9e5.tar.gz
Porting/makemeta no longer works with miniperl. switch it to use regular
perl
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index b2d4d15080..58fd6260db 100644
--- 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)"