X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/7a3e372025b2a54486ce52d706b1da95be4b7e7e..120a36f22b338e6205a703424cd517e289d5217f:/src/Makefile diff --git a/src/Makefile b/src/Makefile index e023a2a9..cca785cb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -59,7 +59,7 @@ CCOPT= $(CFLAGS) $(ARCH) $(PROF) PREFIX= /usr/local INSTALL_BIN= $(PREFIX)/bin -INSTALL= cp -p +INSTALL= cp -pf CCCOLOR="\033[34m" LINKCOLOR="\033[34;1m"