projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
35726f5
)
sperl.o also needs to depend on git_version.h
Nicholas Clark [Fri, 23 Jan 2009 20:05:07 +0000 (20:05 +0000)]
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
563aae1
..
79fb16e
100644
(file)
--- 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