diff options
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r-- | package/Makefile.autotools.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 9f7a54807..1a38d4ffb 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -225,8 +225,7 @@ $(BUILD_DIR)/%/.stamp_configured: --prefix=/usr \ --exec-prefix=/usr \ --sysconfdir=/etc \ - $(if $(findstring s,$(MAKEFLAGS)),--quiet,) \ - $($(PKG)_CONF_OPT) + $(QUIET) $($(PKG)_CONF_OPT) $(Q)touch $@ # Build |