From: Felix Fietkau Date: Wed, 28 Feb 2007 02:40:19 +0000 (+0000) Subject: remove remaining unnecessary dependency X-Git-Tag: reboot~29837 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=fd0969ba6123ac81ae48929bb62174d8cb29f3aa;p=lede-git%2F.git remove remaining unnecessary dependency SVN-Revision: 6423 --- diff --git a/toolchain/Makefile b/toolchain/Makefile index 7773c32c31..a8bf7d6068 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -30,9 +30,6 @@ ifneq ($(shell $(SCRIPT_DIR)/timestamp.pl -p . $(STAMP)),$(STAMP)) $(STAMP): $(TARGETS_INSTALL) endif -ifeq ($(CONFIG_CCACHE),y) - uClibc-prepare: ccache-install -endif uClibc-prepare: kernel-headers-prepare ifeq ($(CONFIG_NATIVE_TOOLCHAIN),) binutils-prepare: uClibc-prepare