Browse Source

remove remaining unnecessary dependency

SVN-Revision: 6423
Felix Fietkau 19 years ago
parent
commit
fd0969ba61
1 changed files with 0 additions and 3 deletions
  1. 0 3
      toolchain/Makefile

+ 0 - 3
toolchain/Makefile

@@ -30,9 +30,6 @@ ifneq ($(shell $(SCRIPT_DIR)/timestamp.pl -p . $(STAMP)),$(STAMP))
   $(STAMP): $(TARGETS_INSTALL)
   $(STAMP): $(TARGETS_INSTALL)
 endif
 endif
 
 
-ifeq ($(CONFIG_CCACHE),y)
-  uClibc-prepare: ccache-install
-endif
 uClibc-prepare: kernel-headers-prepare
 uClibc-prepare: kernel-headers-prepare
 ifeq ($(CONFIG_NATIVE_TOOLCHAIN),)
 ifeq ($(CONFIG_NATIVE_TOOLCHAIN),)
   binutils-prepare: uClibc-prepare
   binutils-prepare: uClibc-prepare