diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-11-30 20:12:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-11-30 20:12:07 +0000 |
commit | 2311cfeed4cf7b66f7360993017d9e4a920f6559 (patch) | |
tree | e63e90abd90306d90132229495298550f785cb63 /tools/Makefile | |
parent | 47f09fd3456ae3e03ee667ce231d90e350443e57 (diff) | |
download | upstream-2311cfeed4cf7b66f7360993017d9e4a920f6559.tar.gz upstream-2311cfeed4cf7b66f7360993017d9e4a920f6559.tar.bz2 upstream-2311cfeed4cf7b66f7360993017d9e4a920f6559.zip |
gengetopt: fix parallel build issues (#18442)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43440
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
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)) |