mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r727) The langauge files depend on english.txt, not strings.h
This commit is contained in:
parent
7fea17457d
commit
17cfda1a98
2
Makefile
2
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user