From: Michael Jerris Date: Wed, 25 Mar 2009 19:34:37 +0000 (+0000) Subject: fix libsoundtouch build dependencies after a configure failure (MODAPP-243) X-Git-Tag: v1.0.4~1382 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83a3ccc809d318e3b9d920d0db608e771f469e19;p=thirdparty%2Ffreeswitch.git fix libsoundtouch build dependencies after a configure failure (MODAPP-243) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12783 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_soundtouch/Makefile b/src/mod/applications/mod_soundtouch/Makefile index 94e5519d38..c86b25578d 100644 --- a/src/mod/applications/mod_soundtouch/Makefile +++ b/src/mod/applications/mod_soundtouch/Makefile @@ -1,4 +1,3 @@ - VERSION=soundtouch-1.3.1 DIRECTORY=$(switch_srcdir)/libs/$(VERSION) LA=$(DIRECTORY)/source/SoundTouch/.libs/libSoundTouch.a @@ -10,10 +9,12 @@ DEFAULT_ARGS=--prefix=$(PREFIX) --disable-shared --with-pic include $(BASE)/build/modmake.rules -$(DIRECTORY): +$(DIRECTORY)/Makefile $(DIRECTORY)/config.status: $(GETLIB) $(VERSION).tar.gz cd $(DIRECTORY) && ./configure $(DEFAULT_ARGS) --enable-integer-samples + $(TOUCH_TARGET) -$(LA): $(DIRECTORY) +$(LA): $(DIRECTORY)/Makefile $(DIRECTORY)/config.status cd $(DIRECTORY) && $(MAKE) $(TOUCH_TARGET) +