# HG changeset patch # User tron # Date 1101039683 0 # Node ID 68e6469a3c914fc5b4bd45d8c12feefb924c6b6a # Parent 2adef48675a8677e32948f14881723d761eb5ebe (svn r727) The langauge files depend on english.txt, not strings.h diff -r 2adef48675a8 -r 68e6469a3c91 Makefile --- a/Makefile Sun Nov 21 12:18:52 2004 +0000 +++ b/Makefile Sun Nov 21 12:21:23 2004 +0000 @@ -627,7 +627,7 @@ @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)