summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortron <tron@openttd.org>2004-11-17 18:38:07 +0000
committertron <tron@openttd.org>2004-11-17 18:38:07 +0000
commit0f24c74b14817a370286491b9470005714091ac7 (patch)
tree4fc63b4ab30e5619547afe25d484942cda78f436 /Makefile
parentd753aeea58066c74e46f176cf7e668c62cfbbfd7 (diff)
downloadopenttd-0f24c74b14817a370286491b9470005714091ac7.tar.xz
(svn r661) Make strgen print its own revision instead of the repo's.
This also fixes the annoying unecessary language file recompiles.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4e51ef82..5ba7a9270 100644
--- a/Makefile
+++ b/Makefile
@@ -618,7 +618,7 @@ $(64_bit_warnings):
$(warning 64 bit CPUs will get some 64 bit specific bugs!)
$(warning If you see any bugs, include in your bug report that you use a 64 bit CPU)
-$(STRGEN): strgen/strgen.c rev.o
+$(STRGEN): strgen/strgen.c
@echo 'Compiling and Linking $@'; \
$(CC) $(BASECFLAGS) $(CDEFS) -o $@ $^ $(VERBOSE_FILTER)