Procházet zdrojové kódy

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.
Peter Korsgaard před 17 roky
rodič
revize
533f5e01a7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      package/Makefile.autotools.in

+ 1 - 1
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 $@