From d99da91bbee95f85a610a89aded9bfd4a4990c85 Mon Sep 17 00:00:00 2001 From: ElonH Date: Wed, 19 Feb 2020 14:53:31 +0800 Subject: [PATCH] upx: fix dependence (#3188) missing ucl library dependence reduce error probability on parallel build --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile b/tools/Makefile index 8f30c125e..eccfbe9fe 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -43,6 +43,7 @@ tools-$(CONFIG_TARGET_apm821xx)$(CONFIG_TARGET_gemini) += genext2fs tools-$(CONFIG_TARGET_tegra) += cbootimage cbootimage-configs # builddir dependencies +$(curdir)/upx/compile := $(curdir)/ucl/compile $(curdir)/bison/compile := $(curdir)/flex/compile $(curdir)/flex/compile := $(curdir)/libtool/compile $(curdir)/libtool/compile := $(curdir)/m4/compile $(curdir)/autoconf/compile $(curdir)/automake/compile $(curdir)/missing-macros/compile