projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72c7cc0
)
Patch from Thomas Lundquist to fix a thinko
author
Eric Andersen
<andersen@codepoet.org>
Mon, 18 Oct 2004 06:51:22 +0000
(06:51 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 18 Oct 2004 06:51:22 +0000
(06:51 -0000)
toolchain/ccache/Makefile.in
patch
|
blob
|
history
diff --git
a/toolchain/ccache/Makefile.in
b/toolchain/ccache/Makefile.in
index cc3c15e848940da822501ddb890cafde42d09f5d..fe859da3039606055a9b3a5c29013f43866b1838 100644
(file)
--- a/
toolchain/ccache/Makefile.in
+++ b/
toolchain/ccache/Makefile.in
@@
-2,5
+2,5
@@
ifeq ($(strip $(BR2_CCACHE)),y)
TARGETS+=ccache
endif
ifeq ($(strip $(BR2_PACKAGE_CCACHE_TARGET)),y)
-TARGETS+=ccache
+TARGETS+=ccache
_target
endif