pkg-autotools.mk: also use QUIET for host configure runs

Similar to how we do it for target configure runs. For make -s invocations.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2013-07-17 09:37:36 +02:00
parent fedf4815ba
commit 9f5a9deb8c

View file

@ -136,7 +136,7 @@ define $(2)_CONFIGURE_CMDS
--disable-documentation \
--with-xmlto=no \
--with-fop=no \
$$($$(PKG)_CONF_OPT) \
$$(QUIET) $$($$(PKG)_CONF_OPT) \
)
endef
endif