1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 01:19:11 +00:00

(svn r8047) -Revert (8002): cp -u is not supported on all platforms.

This commit is contained in:
rubidium
2007-01-10 23:58:52 +00:00
parent 0cb2bc2b23
commit 542647eee3

View File

@@ -46,7 +46,7 @@ string.o: $(SRC_DIR)/string.cpp endian_host.h
lang/english.txt: $(LANG_DIR)/english.txt
$(Q)mkdir -p lang
$(Q)cp -u $(LANG_DIR)/english.txt lang/english.txt
$(Q)cp $(LANG_DIR)/english.txt lang/english.txt
$(STRGEN): string.o strgen.o
$(E) '$(STAGE) Compiling and Linking $@'