diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-18 06:51:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-18 06:51:22 +0000 |
commit | d9e09adac2e1ad37bddb6725c1eafcc7b0efae35 (patch) | |
tree | 063ff6116a83d5ae05c8fb4e32037a648fba98f7 | |
parent | 72c7cc0c249dff7eb7aa09a25d17e817eb77d6af (diff) | |
download | buildroot-novena-d9e09adac2e1ad37bddb6725c1eafcc7b0efae35.tar.gz buildroot-novena-d9e09adac2e1ad37bddb6725c1eafcc7b0efae35.zip |
Patch from Thomas Lundquist to fix a thinko
-rw-r--r-- | toolchain/ccache/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/ccache/Makefile.in b/toolchain/ccache/Makefile.in index cc3c15e84..fe859da30 100644 --- a/toolchain/ccache/Makefile.in +++ b/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 |