Patch from Thomas Lundquist to fix a thinko
authorEric Andersen <andersen@codepoet.org>
Mon, 18 Oct 2004 06:51:22 +0000 (06:51 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 18 Oct 2004 06:51:22 +0000 (06:51 -0000)
toolchain/ccache/Makefile.in

index cc3c15e848940da822501ddb890cafde42d09f5d..fe859da3039606055a9b3a5c29013f43866b1838 100644 (file)
@@ -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