summaryrefslogtreecommitdiff
path: root/toolchain/ccache
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-10-18 06:51:22 +0000
committerEric Andersen <andersen@codepoet.org>2004-10-18 06:51:22 +0000
commitd9e09adac2e1ad37bddb6725c1eafcc7b0efae35 (patch)
tree063ff6116a83d5ae05c8fb4e32037a648fba98f7 /toolchain/ccache
parent72c7cc0c249dff7eb7aa09a25d17e817eb77d6af (diff)
Patch from Thomas Lundquist to fix a thinko
Diffstat (limited to 'toolchain/ccache')
-rw-r--r--toolchain/ccache/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/ccache/Makefile.in b/toolchain/ccache/Makefile.in
index cc3c15e84..fe859da30 100644
--- 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