From: Peter Korsgaard Date: Sat, 16 Aug 2008 11:59:56 +0000 (-0000) Subject: Makefile.autotools.in: add missing continuation for PKG_CONF_OPT X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=533f5e01a7bf90eb1b1514f9874eb0045ff6cddf;p=buildroot.git Makefile.autotools.in: add missing continuation for PKG_CONF_OPT The silent support added in r23041 was missing a shell continuation character breaking PKG_CONF_OPT support - Fixed. --- diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 266fd5ec2e..9d8d6794db 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -213,7 +213,7 @@ $(BUILD_DIR)/%/.stamp_configured: --prefix=/usr \ --exec-prefix=/usr \ --sysconfdir=/etc \ - $(if $(findstring s,$(MAKEFLAGS)),--quiet,) + $(if $(findstring s,$(MAKEFLAGS)),--quiet,) \ $($(PKG)_CONF_OPT) $(Q)touch $@