Commit d9e09ada authored by Eric Andersen's avatar Eric Andersen
Browse files

Patch from Thomas Lundquist to fix a thinko

parent 72c7cc0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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