From b96566aad4340c5b790bdaea0514885857ea84bf Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@nbd.name>
Date: Thu, 9 Feb 2017 19:43:50 +0100
Subject: build: drop circular dependency

Signed-off-by: Felix Fietkau <nbd@nbd.name>
---
 toolchain/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/toolchain/Makefile b/toolchain/Makefile
index b2600217ec..ee74e541aa 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -79,7 +79,6 @@ endif
 $(curdir)/ := .config prereq
 $(curdir)//prepare = $(STAGING_DIR)/.prepared $(TOOLCHAIN_DIR)/info.mk $(tools/stamp-compile)
 $(curdir)//compile = $(1)/prepare
-$(curdir)//compile = $(1)/compile
 
 ifndef DUMP_TARGET_DB
 $(TOOLCHAIN_DIR)/stamp/.gcc-initial_installed:
-- 
cgit v1.2.3