(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
1 changed files with 1 additions and 1 deletions

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 $@'