]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
MODAPP-243
authorBrian West <brian@freeswitch.org>
Wed, 25 Mar 2009 16:45:43 +0000 (16:45 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 25 Mar 2009 16:45:43 +0000 (16:45 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12780 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_soundtouch/Makefile

index 94e5519d38adc938e3165a054150aae07e342d18..095e14d489f0dc94d8cb1567f9ed423a4f462f6b 100644 (file)
@@ -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)