From 83a3ccc809d318e3b9d920d0db608e771f469e19 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 25 Mar 2009 19:34:37 +0000 Subject: [PATCH] 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 --- src/mod/applications/mod_soundtouch/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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) +