[Freeswitch-svn] [commit] r12780 - freeswitch/trunk/src/mod/applications/mod_soundtouch

FreeSWITCH SVN brian at freeswitch.org
Wed Mar 25 09:45:43 PDT 2009


Author: brian
Date: Wed Mar 25 11:45:43 2009
New Revision: 12780

Log:
MODAPP-243

Modified:
   freeswitch/trunk/src/mod/applications/mod_soundtouch/Makefile

Modified: freeswitch/trunk/src/mod/applications/mod_soundtouch/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_soundtouch/Makefile	(original)
+++ freeswitch/trunk/src/mod/applications/mod_soundtouch/Makefile	Wed Mar 25 11:45:43 2009
@@ -14,6 +14,7 @@
 	$(GETLIB) $(VERSION).tar.gz
 	cd $(DIRECTORY) && ./configure $(DEFAULT_ARGS) --enable-integer-samples
 
-$(LA): $(DIRECTORY)
+$(LA):
+	$(DIRECTORY)
 	cd $(DIRECTORY) && $(MAKE)
 	$(TOUCH_TARGET)



More information about the Freeswitch-svn mailing list