projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cac3130
)
fix ccache installation (#3942)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 3 Sep 2008 13:42:54 +0000
(13:42 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 3 Sep 2008 13:42:54 +0000
(13:42 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12515
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
tools/ccache/Makefile
patch
|
blob
|
history
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.021251 seconds
and
4
git commands to generate.