summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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