From 6770a8addb961c4206f6c8a522d078c28226d7d4 Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 25 Mar 2009 16:45:43 +0000 Subject: [PATCH] MODAPP-243 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12780 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_soundtouch/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mod/applications/mod_soundtouch/Makefile b/src/mod/applications/mod_soundtouch/Makefile index 94e5519d38..095e14d489 100644 --- a/src/mod/applications/mod_soundtouch/Makefile +++ b/src/mod/applications/mod_soundtouch/Makefile @@ -14,6 +14,7 @@ $(DIRECTORY): $(GETLIB) $(VERSION).tar.gz cd $(DIRECTORY) && ./configure $(DEFAULT_ARGS) --enable-integer-samples -$(LA): $(DIRECTORY) +$(LA): + $(DIRECTORY) cd $(DIRECTORY) && $(MAKE) $(TOUCH_TARGET)