summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-03 03:10:54 +0900
committerJesse Vincent <jesse@bestpractical.com>2009-10-03 03:28:47 +0900
commit8670a2bf64385636ef52f4337bf05876cb4f0b4c (patch)
tree34ca035dfe99898b1b24c348644a50d845f80d71
parent278eac9e949d88d30a01e0934cd5e9668188aa8a (diff)
downloadperl-8670a2bf64385636ef52f4337bf05876cb4f0b4c.tar.gz
Our makemeta invocation was wrong (after miniperl stopped working)
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 58fd6260db..42733debcc 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
- $(PERL) Porting/makemeta
+ PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(LDLIBPTH) $(RUN) ./perl -Ilib Porting/makemeta
install-strip:
$(MAKE) STRIPFLAGS=-s install DESTDIR="$(DESTDIR)"