summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorYves Orton <demerphq@dromedary.booking.com>2008-12-21 16:34:56 +0100
committerYves Orton <demerphq@dromedary.booking.com>2008-12-27 11:18:08 +0100
commit8565263ab8a47cda76538c0286536f59c53e155f (patch)
tree2469fe3585779259f05b8cf2522161bc39b2107f /Makefile.SH
parent6a71721dfccd239c818c4403e1d0f62568633088 (diff)
downloadperl-8565263ab8a47cda76538c0286536f59c53e155f.tar.gz
make sure that the perl -v/-V output corresponds to the latest commit
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 2a902c3089..755e600ac6 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -535,7 +535,12 @@ sperl$(OBJ_EXT): perl.c $(h)
sperl.i: perl.c $(h)
$(CCCMDSRC) -DIAMSUID -E perl.c > sperl.i
-.PHONY: all translators utilities
+.PHONY: all translators utilities make_patchnum
+
+make_patchnum:
+ sh $(shellflags) make_patchnum.sh
+
+perl$(OBJ_EXT): make_patchnum .patchnum
translators: miniperl$(EXE_EXT) $(CONFIGPM) FORCE
@echo " "; echo " Making x2p stuff"; cd x2p; $(LDLIBPTH) $(MAKE) all