summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-10-02 12:20:10 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-10-02 12:20:10 +0100
commit1fbac2b96208708bb6447a01f793248bc72e9ada (patch)
tree8941c88087331745c83b5fa48497f787e4826d0b
parent979e55b96705666334d3f00aebad30f49b11d677 (diff)
downloadbuildsystem-1fbac2b96208708bb6447a01f793248bc72e9ada.tar.gz
buildsystem-1fbac2b96208708bb6447a01f793248bc72e9ada.tar.bz2
makefiles: Use install -C by default
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--makefiles/Makefile.tools2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index d998953..f312394 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -276,7 +276,7 @@ GENHTML ?= genhtml
BUILD_CXX ?= c++
-INSTALL ?= install
+INSTALL ?= install -C
LCOV ?= lcov