From: Michael Jerris Date: Fri, 11 Dec 2009 23:23:14 +0000 (+0000) Subject: fix mod_shout --srcdir build X-Git-Tag: v1.0.6~1030 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a29281138a74ff816a4ff94c82018982896246b;p=thirdparty%2Ffreeswitch.git fix mod_shout --srcdir build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15927 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/formats/mod_shout/Makefile b/src/mod/formats/mod_shout/Makefile index d4167f617e..434dc4fc1b 100644 --- a/src/mod/formats/mod_shout/Makefile +++ b/src/mod/formats/mod_shout/Makefile @@ -45,7 +45,7 @@ $(LAME_BUILDDIR)/Makefile: $(LAME_DIR) $(TOUCH_TARGET) $(LAMELA): $(LAME_BUILDDIR)/Makefile - cd $(LAME_DIR) && $(MAKE) + cd $(LAME_BUILDDIR) && $(MAKE) $(TOUCH_TARGET) $(SHOUT_DIR):