summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-01-23 20:05:07 +0000
committerNicholas Clark <nick@ccl4.org>2009-01-23 22:42:20 +0000
commit42f7d22ff05ce2eb366c8ebf6b7142495d0f9e1f (patch)
tree219c4e94a5c5ee2cb9606a9dc426600a677fe15a /Makefile.SH
parent35726f546a74ade3021e3957be5fce56c1d6f2a7 (diff)
downloadperl-42f7d22ff05ce2eb366c8ebf6b7142495d0f9e1f.tar.gz
sperl.o also needs to depend on git_version.h
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 563aae126c..79fb16e536 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -548,6 +548,7 @@ git_version.h: miniperl$(EXE_EXT) make_patchnum.pl
# make sure that we recompile perl.c if the git version changes
perl$(OBJ_EXT): git_version.h
+sperl$(OBJ_EXT): git_version.h
translators: miniperl$(EXE_EXT) $(CONFIGPM) FORCE
@echo " "; echo " Making x2p stuff"; cd x2p; $(LDLIBPTH) $(MAKE) all