diff options
author | rubidium <rubidium@openttd.org> | 2007-01-10 23:58:52 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-01-10 23:58:52 +0000 |
commit | 542647eee32764ba660fb320c9ca8109140f9422 (patch) | |
tree | a700c17897d78d6015256f4ff934cf192902cb56 | |
parent | 0cb2bc2b23840d08a4985177b650ab58c929ec1f (diff) | |
download | openttd-542647eee32764ba660fb320c9ca8109140f9422.tar.xz |
(svn r8047) -Revert (8002): cp -u is not supported on all platforms.
-rw-r--r-- | Makefile.lang.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.lang.in b/Makefile.lang.in index 98d2250a3..0cd96c292 100644 --- a/Makefile.lang.in +++ b/Makefile.lang.in @@ -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 $@' |