diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-28 02:40:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-28 02:40:19 +0000 |
commit | fd0969ba6123ac81ae48929bb62174d8cb29f3aa (patch) | |
tree | 33d6ae534cc18934ecd2771bfa01e904d03870f3 /toolchain/Makefile | |
parent | b564a788924810a3fab7c0571650b0b9c2017138 (diff) | |
download | upstream-fd0969ba6123ac81ae48929bb62174d8cb29f3aa.tar.gz upstream-fd0969ba6123ac81ae48929bb62174d8cb29f3aa.tar.bz2 upstream-fd0969ba6123ac81ae48929bb62174d8cb29f3aa.zip |
remove remaining unnecessary dependency
SVN-Revision: 6423
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r-- | toolchain/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
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 |