On 2014-10-17 11:58, Yousong Zhou wrote: > diff --git a/tools/Makefile b/tools/Makefile > index 5629251..9879be1 100644 > --- a/tools/Makefile > +++ b/tools/Makefile > @@ -72,6 +72,7 @@ $(curdir)/b43-tools/compile := $(curdir)/bison/install > $(curdir)/padjffs2/compile := $(curdir)/findutils/install > $(curdir)/cloog/compile := $(curdir)/ppl/install > $(curdir)/bc/compile := $(curdir)/bison/install > +$(curdir)/firmware-utils/compile := package/openssl/host/install > > ifneq ($(CONFIG_CCACHE),) > $(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += > $(curdir)/ccache/install)) This is wrong, stuff from tools/ must not depend on anything from package/
- Felix _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
