aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-11-30 20:12:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-11-30 20:12:07 +0000
commit4b48effa89d4107df5198b99850d0a9366fe2735 (patch)
tree11f70670fba09200e564bc797124a5bf4e5ed834 /tools/Makefile
parent9178792bcb155307f280abea26b5dbe980d52e73 (diff)
downloadmaster-187ad058-4b48effa89d4107df5198b99850d0a9366fe2735.tar.gz
master-187ad058-4b48effa89d4107df5198b99850d0a9366fe2735.tar.bz2
master-187ad058-4b48effa89d4107df5198b99850d0a9366fe2735.zip
gengetopt: fix parallel build issues (#18442)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43440 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 27d0dc1c79..b9fc47e2ef 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -73,6 +73,7 @@ $(curdir)/padjffs2/compile := $(curdir)/findutils/install
$(curdir)/cloog/compile := $(curdir)/ppl/install
$(curdir)/bc/compile := $(curdir)/bison/install
$(curdir)/findutils/compile := $(curdir)/bison/install
+$(curdir)/gengetopt/compile := $(curdir)/automake/install
ifneq ($(CONFIG_CCACHE),)
$(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install))