This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfc0a3e
)
The targets for makemeta in Makefile.SH were spelt wrong
author
Chris 'BinGOs' Williams
<chris@bingosnet.co.uk>
Sat, 2 Feb 2013 16:09:36 +0000
(16:09 +0000)
committer
Chris 'BinGOs' Williams
<chris@bingosnet.co.uk>
Sat, 2 Feb 2013 16:09:36 +0000
(16:09 +0000)
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
f934551
..
3559262
100755
(executable)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-1190,10
+1190,10
@@
regen_headers regen-headers: FORCE
regen_meta regen-meta: META.yml META.json
META.yml: FORCE
- PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(RUN_PERL) -Ilib Porting/makemeta M
eta
.yml
+ PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(RUN_PERL) -Ilib Porting/makemeta M
ETA
.yml
META.json: FORCE
- PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(RUN_PERL) -Ilib Porting/makemeta M
eta
.json
+ PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(RUN_PERL) -Ilib Porting/makemeta M
ETA
.json
regen_all regen-all: regen regen_meta