summaryrefslogtreecommitdiffstats
path: root/package/crosstool-ng
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>2013-08-02 09:33:55 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-08-10 21:19:43 +0200
commitf1db8f21461646b4a1ba63c0227732f569834ba3 (patch)
tree16d9cdba4ef07756d39a61962801a117c61f08ca /package/crosstool-ng
parentdb443f263a6d51ce6da6557d825a453676f6c664 (diff)
crosstool-ng: remove unneed explicit ccache dependency
This ccache dependency was here to enforce build order. It is not needed anymore. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/crosstool-ng')
-rw-r--r--package/crosstool-ng/crosstool-ng.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/crosstool-ng/crosstool-ng.mk b/package/crosstool-ng/crosstool-ng.mk
index d3ee5f8c9..8d98db4c1 100644
--- a/package/crosstool-ng/crosstool-ng.mk
+++ b/package/crosstool-ng/crosstool-ng.mk
@@ -11,7 +11,7 @@ CROSSTOOL_NG_INSTALL_TARGET = NO
CROSSTOOL_NG_MAKE = $(MAKE1)
HOST_CROSSTOOL_NG_DEPENDENCIES = \
- $(if $(BR2_CCACHE),host-ccache) host-gawk \
+ host-gawk \
host-automake host-gperf host-bison host-flex \
host-texinfo