Browse Source

Patch from Thomas Lundquist to fix a thinko

Eric Andersen 21 years ago
parent
commit
d9e09adac2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/ccache/Makefile.in

+ 1 - 1
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