Patch from Thomas Lundquist to fix a thinko
This commit is contained in:
@@ -2,5 +2,5 @@ ifeq ($(strip $(BR2_CCACHE)),y)
|
|||||||
TARGETS+=ccache
|
TARGETS+=ccache
|
||||||
endif
|
endif
|
||||||
ifeq ($(strip $(BR2_PACKAGE_CCACHE_TARGET)),y)
|
ifeq ($(strip $(BR2_PACKAGE_CCACHE_TARGET)),y)
|
||||||
TARGETS+=ccache
|
TARGETS+=ccache_target
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user