From: Stefan Knoblich Date: Fri, 15 Jul 2011 13:42:01 +0000 (+0200) Subject: mod_soundtouch: Fix typo in Makefile '%%' -> '&&' X-Git-Tag: v1.2-rc1~108^2^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7c1cf7fbb88857c89dc1b4ecb36bbc4cf7394cd;p=thirdparty%2Ffreeswitch.git mod_soundtouch: Fix typo in Makefile '%%' -> '&&' Signed-off-by: Stefan Knoblich --- diff --git a/src/mod/applications/mod_soundtouch/Makefile b/src/mod/applications/mod_soundtouch/Makefile index fa393fb0ea..a5271ff59b 100644 --- a/src/mod/applications/mod_soundtouch/Makefile +++ b/src/mod/applications/mod_soundtouch/Makefile @@ -16,7 +16,7 @@ $(SNDT_BUILD)/Makefile: $(SNDT_SRC) mkdir -p $(SNDT_BUILD) rm -rf $(SNDT_BUILD)/config/m4/* rm -rf $(SNDT_SRC)/config/m4/* - cd $(SNDT_SRC) %% libtoolize -fisv + cd $(SNDT_SRC) && libtoolize -fisv cd $(SNDT_SRC) && AUTOMAKE="automake --add-missing --foreign --copy" autoreconf -fisv cd ${SNDT_BUILD} && $(DEFAULT_VARS) $(SNDT_SRC)/configure $(DEFAULT_ARGS) --enable-integer-samples --srcdir=$(SNDT_SRC) ${TOUCH_TARGET}