In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/0e9f069a14bcafa17a52c8bc081cb9f3dee8d5be?hp=c56aace2d0aee74fae81eab6a1bb50a647709427>
- Log ----------------------------------------------------------------- commit 0e9f069a14bcafa17a52c8bc081cb9f3dee8d5be Author: Mathieu Arnold <[email protected]> Date: Thu Jan 22 17:04:21 2015 +0000 Fix target for MANISORT_SRT and use perl just built Signed-off-by: Chris 'BinGOs' Williams <[email protected]> ----------------------------------------------------------------------- Summary of changes: Makefile.SH | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.SH b/Makefile.SH index d46891d..e179ddd 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -570,9 +570,9 @@ all: $(FIRSTMAKEFILE) $(MINIPERL_EXE) $(generated_pods) $(private) $(unidatafile @echo " "; @echo " Everything is up to date. Type '$(MAKE) test' to run test suite." -$(MANIFEST_SRT): MANIFEST - @perl Porting/manisort -q || (echo "WARNING: re-sorting MANIFEST"; \ - perl Porting/manisort -q -o MANIFEST; sh -c true) +$(MANIFEST_SRT): MANIFEST $(PERL_EXE) + @$(RUN_PERL) Porting/manisort -q || (echo "WARNING: re-sorting MANIFEST"; \ + $(RUN_PERL) Porting/manisort -q -o MANIFEST; sh -c true) @touch $(MANIFEST_SRT) .PHONY: all utilities -- Perl5 Master Repository
