add backup way to generate openzap Makefile

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7690 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-02-18 23:40:03 +00:00
parent 486a897e7a
commit 929a901a8f
1 changed files with 5 additions and 1 deletions

View File

@ -293,7 +293,11 @@ up: clean
$(MAKE) -j modules
$(MAKE) install
update-clean: clean modwipe uninstall
libs/openzap/Makefile:
cd libs/openzap && autoconf
cd libs/openzap && ./configure
update-clean: clean modwipe uninstall libs/openzap/Makefile
cd libs/sofia-sip && $(MAKE) clean
cd libs/openzap && $(MAKE) clean