(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 c0a516b8e5
commit b32054b6d7

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