Makefile.autotools.in: add missing continuation for PKG_CONF_OPT
authorPeter Korsgaard <jacmet@sunsite.dk>
Sat, 16 Aug 2008 11:59:56 +0000 (11:59 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 16 Aug 2008 11:59:56 +0000 (11:59 -0000)
The silent support added in r23041 was missing a shell continuation character
breaking PKG_CONF_OPT support - Fixed.

package/Makefile.autotools.in

index 266fd5ec2ec59803f1ba05e8ce6d7cf89ae2acb2..9d8d6794dba5a98c649d4fa3d2d092bdfbea1d6c 100644 (file)
@@ -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 $@