summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortron <tron@openttd.org>2004-11-21 12:21:23 +0000
committertron <tron@openttd.org>2004-11-21 12:21:23 +0000
commit17cfda1a987fc56b7e06f9164abfcac5d47095f1 (patch)
tree81e3417f364954900955f4d3017f4b0c64eded91 /Makefile
parent7fea17457dd1d87f1ab41fd84965dad8a4c3122e (diff)
downloadopenttd-17cfda1a987fc56b7e06f9164abfcac5d47095f1.tar.xz
(svn r727) The langauge files depend on english.txt, not strings.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 276834956..ec6c6cff1 100644
--- a/Makefile
+++ b/Makefile
@@ -627,7 +627,7 @@ table/strings.h: lang/english.txt $(STRGEN)
@echo 'Generating $@'; \
$(STRGEN)
-lang/%.lng: lang/%.txt $(STRGEN) table/strings.h
+lang/%.lng: lang/%.txt $(STRGEN) lang/english.txt
@echo 'Generating $@'; \
$(STRGEN) $(STRGEN_FLAGS) $< $(VERBOSE_FILTER) $(LANG_ERRORS)