From b96566aad4340c5b790bdaea0514885857ea84bf Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 9 Feb 2017 19:43:50 +0100 Subject: [PATCH] build: drop circular dependency Signed-off-by: Felix Fietkau --- 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: -- 2.30.2