diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-07-04 11:44:03 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-07-04 21:43:40 +0100 |
commit | de65cabdc74dccd206daa978f3cee256c959e7d3 (patch) | |
tree | b5d30a2818140defa0f674e2eaaa3b35379ba174 /Makefile.SH | |
parent | df1ad5b350d1b7eb152636277e4b2dc7f365d9e5 (diff) | |
download | perl-de65cabdc74dccd206daa978f3cee256c959e7d3.tar.gz |
Update Makefile to regen META.yml as it regens other files in regen_all
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Makefile.SH b/Makefile.SH index d3ff672191..f86eab23b8 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1037,9 +1037,6 @@ extras.install: $(PERL_EXE) .PHONY: install install-strip install-all install-verbose install-silent \ no-install install.perl install.man install.html -META.yml: Porting/makemeta Porting/Maintainers.pl Porting/Maintainers.pm - PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(RUN_PERL) -Ilib Porting/makemeta - install-strip: $(MAKE) STRIPFLAGS=-s install DESTDIR="$(DESTDIR)" @@ -1139,7 +1136,13 @@ regen: FORCE regen_headers: FORCE -perl regen.pl -v -regen_all: regen +regen_meta: META.yml + +META.yml: FORCE + PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(RUN_PERL) -Ilib Porting/makemeta + + +regen_all: regen regen_meta .PHONY: manisort manicheck |