From efd764f72a8696e587ea6316dc908f8900c8b9e5 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 2 Oct 2009 04:39:13 +0900 Subject: Porting/makemeta no longer works with miniperl. switch it to use regular perl --- Makefile.SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.SH') 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)" -- cgit v1.2.1