[Freeswitch-svn] [commit] r7693 - freeswitch/trunk/src/mod/asr_tts/mod_openmrcp
Freeswitch SVN
mikej at freeswitch.org
Mon Feb 18 21:33:18 EST 2008
Author: mikej
Date: Mon Feb 18 21:33:18 2008
New Revision: 7693
Modified:
freeswitch/trunk/src/mod/asr_tts/mod_openmrcp/Makefile
Log:
don't re-run openmrcp confgure/bootstrap if we don't have to
Modified: freeswitch/trunk/src/mod/asr_tts/mod_openmrcp/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/asr_tts/mod_openmrcp/Makefile (original)
+++ freeswitch/trunk/src/mod/asr_tts/mod_openmrcp/Makefile Mon Feb 18 21:33:18 2008
@@ -27,11 +27,13 @@
include ../../../../build/modmake.rules
-$(OPENMRCP_DIR)/.built: $(OPENMRCP_DIR)/.update
+$(OPENMRCP_DIR)/Makefile: $(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 .built
+ $(TOUCH_TARGET)
-$(OPENMRCP_LIBS): $(SOFIALA) $(OPENMRCP_DIR)/.built
+$(OPENMRCP_LIBS): $(SOFIALA) $(OPENMRCP_DIR)/Makefile
+ cd $(OPENMRCP_DIR) && $(MAKE)
+ $(TOUCH_TARGET)
$(SOFIALA): $(SOFIA_DIR) $(SOFIA_DIR)/.update
cd $(SOFIA_DIR) && $(MAKE)
More information about the Freeswitch-svn
mailing list