diff options
| author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2020-10-02 12:20:10 +0100 |
|---|---|---|
| committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2020-10-02 12:20:10 +0100 |
| commit | 1fbac2b96208708bb6447a01f793248bc72e9ada (patch) | |
| tree | 8941c88087331745c83b5fa48497f787e4826d0b | |
| parent | 979e55b96705666334d3f00aebad30f49b11d677 (diff) | |
| download | buildsystem-1fbac2b96208708bb6447a01f793248bc72e9ada.tar.gz | |
makefiles: Use install -C by default
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
| -rw-r--r-- | makefiles/Makefile.tools | 2 |
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 |
