From: Eric Andersen Date: Mon, 18 Oct 2004 06:51:22 +0000 (-0000) Subject: Patch from Thomas Lundquist to fix a thinko X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d9e09adac2e1ad37bddb6725c1eafcc7b0efae35;p=buildroot.git Patch from Thomas Lundquist to fix a thinko --- diff --git a/toolchain/ccache/Makefile.in b/toolchain/ccache/Makefile.in index cc3c15e848..fe859da303 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