summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2008-12-27 19:39:02 +0100
committerYves Orton <demerphq@gmail.com>2008-12-27 19:39:02 +0100
commit70bda14b72dd0416e17abcca915d12f314593ad7 (patch)
treec55c404376ed644082d3f0ede0d2e04529ae5989 /Makefile.SH
parente21c97b9063f1fc4ea77e8bcfbdaddeaa8edc398 (diff)
downloadperl-70bda14b72dd0416e17abcca915d12f314593ad7.tar.gz
better .patchnum/.sha1 dependency stuff
hopefully this makes FreeBSD happy
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 0544918e24..3ba94ce05e 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -522,7 +522,7 @@ splintfiles = $(c1)
.c.s:
$(CCCMDSRC) -S $*.c
-all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT) extra.pods $(private) $(unidatafiles) $(public) $(dynamic_ext) $(nonxs_ext) extras.make
+all: $(FIRSTMAKEFILE) make_patchnum miniperl$(EXE_EXT) extra.pods $(private) $(unidatafiles) $(public) $(dynamic_ext) $(nonxs_ext) extras.make
@echo " ";
@echo " Everything is up to date. Type '$(MAKE) test' to run test suite."
@@ -540,9 +540,7 @@ sperl.i: perl.c $(h)
make_patchnum:
sh $(shellflags) make_patchnum.sh
-.patchnum: make_patchnum
-
-perl$(OBJ_EXT): .patchnum
+perl$(OBJ_EXT): .patchnum .sha1
translators: miniperl$(EXE_EXT) $(CONFIGPM) FORCE
@echo " "; echo " Making x2p stuff"; cd x2p; $(LDLIBPTH) $(MAKE) all