소스 검색

Patch from Thomas Lundquist to fix a thinko

Eric Andersen 21 년 전
부모
커밋
d9e09adac2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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