mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r8002) -Change: do not copy lang/english.txt when it is not needed.
This commit is contained in:
parent
293d8ba826
commit
c600e8cec5
@ -46,7 +46,7 @@ string.o: $(SRC_DIR)/string.c endian_host.h
|
|||||||
|
|
||||||
lang/english.txt: $(LANG_DIR)/english.txt
|
lang/english.txt: $(LANG_DIR)/english.txt
|
||||||
$(Q)mkdir -p lang
|
$(Q)mkdir -p lang
|
||||||
$(Q)cp $(LANG_DIR)/english.txt lang/english.txt
|
$(Q)cp -u $(LANG_DIR)/english.txt lang/english.txt
|
||||||
|
|
||||||
$(STRGEN): string.o strgen.o
|
$(STRGEN): string.o strgen.o
|
||||||
$(E) '$(STAGE) Compiling and Linking $@'
|
$(E) '$(STAGE) Compiling and Linking $@'
|
||||||
|
Loading…
Reference in New Issue
Block a user