From 991a3bf8c150cf0e025be9501949cc54f38a7ddd Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 3 Jan 2014 14:59:41 +0100 Subject: [PATCH] posix.mak: add freebsd/osx compatibility `-u` is not recognized `cp` flag on freebsd/osx. --- posix.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix.mak b/posix.mak index 30a3201..5f8926a 100644 --- a/posix.mak +++ b/posix.mak @@ -118,7 +118,7 @@ $(ROOT)/dman: DFLAGS += -J. install: $(TOOLS) $(CURL_TOOLS) mkdir -p $(INSTALL_DIR)/bin - cp -u $^ $(INSTALL_DIR)/bin + cp $^ $(INSTALL_DIR)/bin clean: rm -f $(ROOT)/dustmite $(TOOLS) $(CURL_TOOLS) $(DOC_TOOLS) $(TAGS) *.o $(ROOT)/*.o