forked from Mirrors/freeswitch
out of order commands
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8533 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
920888ceef
commit
924832d356
|
@ -342,8 +342,8 @@ speedy-sure: update-clean
|
|||
$(MAKE) -j modules
|
||||
|
||||
sofia-reconf:
|
||||
cd libs/sofia-sip && $(MAKE) clean
|
||||
cd libs/sofia-sip && sh ./autogen.sh
|
||||
cd libs/sofia-sip && $(MAKE) clean
|
||||
cd libs/sofia-sip && ./configure --prefix=$(PREFIX) --with-pic --with-glib=no --disable-shared
|
||||
|
||||
current: update-clean
|
||||
|
|
Loading…
Reference in New Issue