From 1a29281138a74ff816a4ff94c82018982896246b Mon Sep 17 00:00:00 2001
From: Michael Jerris <mike@jerris.com>
Date: Fri, 11 Dec 2009 23:23:14 +0000
Subject: [PATCH] fix mod_shout --srcdir build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15927 d0543943-73ff-0310-b7d9-9358b9ac24b2
---
 src/mod/formats/mod_shout/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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):