From: Nicholas Clark Date: Fri, 23 Jan 2009 20:05:07 +0000 (+0000) Subject: sperl.o also needs to depend on git_version.h X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=42f7d22ff05ce2eb366c8ebf6b7142495d0f9e1f;p=p5sagit%2Fp5-mst-13.2.git sperl.o also needs to depend on git_version.h --- diff --git a/Makefile.SH b/Makefile.SH index 563aae1..79fb16e 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