From: Michael Jerris Date: Mon, 22 Oct 2007 01:17:08 +0000 (+0000) Subject: fix build X-Git-Tag: v1.0-beta2~354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d8d5e43be22c99ea4bfa5c4922253db64a1dce6;p=thirdparty%2Ffreeswitch.git fix build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6014 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/asr_tts/mod_openmrcp/Makefile b/src/mod/asr_tts/mod_openmrcp/Makefile index 1eb4926183..58b276f899 100644 --- a/src/mod/asr_tts/mod_openmrcp/Makefile +++ b/src/mod/asr_tts/mod_openmrcp/Makefile @@ -25,9 +25,10 @@ SOFIAUA_DIR=$(SOFIA_DIR)/libsofia-sip-ua SOFIALA=$(SOFIAUA_DIR)/libsofia-sip-ua.la include ../../../../build/modmake.rules -$(OPENMRCP_DIR)/.built: + +$(OPENMRCP_DIR)/.built: $(OPENMRCP_DIR)/.update cd $(OPENMRCP_DIR) && ./bootstrap && ./configure --with-apr=../apr --with-apr-util=../apr-util --with-sofia-sip=../sofia-sip - cd $(OPENMRCP_DIR) && $(MAKE) && touch $(OPENMRCP_DIR)/.built + cd $(OPENMRCP_DIR) && $(MAKE) && touch .built $(OPENMRCP_LIBS): $(SOFIALA) $(OPENMRCP_DIR)/.built