]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix build
authorMichael Jerris <mike@jerris.com>
Mon, 22 Oct 2007 01:17:08 +0000 (01:17 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 22 Oct 2007 01:17:08 +0000 (01:17 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6014 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/asr_tts/mod_openmrcp/Makefile

index 1eb492618353c1cb8426c82e023ac7322d0e47f4..58b276f899bd50f8fc1ccc8f763f60a9b99531c3 100644 (file)
@@ -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