diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-10-03 03:10:54 +0900 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-10-03 03:28:47 +0900 |
commit | 8670a2bf64385636ef52f4337bf05876cb4f0b4c (patch) | |
tree | 34ca035dfe99898b1b24c348644a50d845f80d71 /Makefile.SH | |
parent | 278eac9e949d88d30a01e0934cd5e9668188aa8a (diff) | |
download | perl-8670a2bf64385636ef52f4337bf05876cb4f0b4c.tar.gz |
Our makemeta invocation was wrong (after miniperl stopped working)
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
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)" |