From 453c427daf03c6590674b5fdcb7c21e94bbadf03 Mon Sep 17 00:00:00 2001 From: ElonH Date: Wed, 19 Feb 2020 02:01:59 +0800 Subject: [PATCH] upx: fix dependence reduce error on parallel build --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile b/tools/Makefile index c84b25a442..071dc18d2a 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -42,6 +42,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