2
1
Эх сурвалжийг харах

Patch from Thomas Lundquist to fix a thinko

Eric Andersen 21 жил өмнө
parent
commit
d9e09adac2

+ 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