From d174c6f8b6e983ea13729dcee427a37369e089df Mon Sep 17 00:00:00 2001 From: Fabio Porcedda Date: Fri, 18 Apr 2014 15:07:31 +0200 Subject: [PATCH] Makefile: toolchain-eclipse-register: add toolchain dependency The "toolchain-eclipse-register" target needs the toolchain so add toolchain as a dependency. This also fix the support to top-level parallel make. Signed-off-by: Fabio Porcedda Signed-off-by: Thomas Petazzoni --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd47f77ed6..c33368a9ce 100644 --- a/Makefile +++ b/Makefile @@ -621,7 +621,7 @@ target-post-image: $(TARGETS_ROOTFS) target-finalize $(call MESSAGE,"Executing post-image script $(s)"); \ $(EXTRA_ENV) $(s) $(BINARIES_DIR) $(call qstrip,$(BR2_ROOTFS_POST_SCRIPT_ARGS))$(sep)) -toolchain-eclipse-register: +toolchain-eclipse-register: toolchain ./support/scripts/eclipse-register-toolchain `readlink -f $(O)` $(notdir $(TARGET_CROSS)) $(BR2_ARCH) source: $(TARGETS_SOURCE) $(HOST_SOURCE) -- 2.30.2