projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix ccache installation (#3942)
[openwrt.git]
/
tools
/
ccache
/
Makefile
diff --git
a/tools/ccache/Makefile
b/tools/ccache/Makefile
index
471922c
..
50714ad
100644
(file)
--- a/
tools/ccache/Makefile
+++ b/
tools/ccache/Makefile
@@
-23,9
+23,7
@@
ifneq ($(strip $(shell which ccache >/dev/null && echo found)),found)
endef
define Build/Install
- $(MAKE) -C $(PKG_BUILD_DIR) \
- DESTDIR="$(STAGING_DIR_HOST)" \
- install
+ $(MAKE) -C $(PKG_BUILD_DIR) install
endef
define Build/Clean
This page took
0.01996 seconds
and
4
git commands to generate.