fix build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6014 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-10-22 01:17:08 +00:00
parent 493aafa279
commit 8d8d5e43be
1 changed files with 3 additions and 2 deletions

View 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