summaryrefslogtreecommitdiffstats
path: root/toolchain/ccache
diff options
context:
space:
mode:
authorEric Andersen2004-10-18 08:51:22 +0200
committerEric Andersen2004-10-18 08:51:22 +0200
commitd9e09adac2e1ad37bddb6725c1eafcc7b0efae35 (patch)
tree063ff6116a83d5ae05c8fb4e32037a648fba98f7 /toolchain/ccache
parentupdate to a version of e2fsprogs that builds with sh4, make sure build uses $... (diff)
downloadbuildroot-d9e09adac2e1ad37bddb6725c1eafcc7b0efae35.tar.gz
buildroot-d9e09adac2e1ad37bddb6725c1eafcc7b0efae35.tar.xz
buildroot-d9e09adac2e1ad37bddb6725c1eafcc7b0efae35.zip
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