summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorMathieu Arnold <m@absolight.fr>2015-01-22 17:04:21 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-01-22 17:06:29 +0000
commit0e9f069a14bcafa17a52c8bc081cb9f3dee8d5be (patch)
tree0432c8b4d05b9a60c77e2d18d5894e8bf2211e2c /Makefile.SH
parentc56aace2d0aee74fae81eab6a1bb50a647709427 (diff)
downloadperl-0e9f069a14bcafa17a52c8bc081cb9f3dee8d5be.tar.gz
Fix target for MANISORT_SRT and use perl just built
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.SH b/Makefile.SH
index d46891d2fa..e179ddd958 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