FS-10556: fix build error on lua-reconf which is no longer required

This commit is contained in:
Mike Jerris 2017-07-28 10:30:42 -05:00
parent 7f1813cf4f
commit 89991c8c10
1 changed files with 1 additions and 5 deletions

View File

@ -731,7 +731,7 @@ pristine:
git clean -fdx git clean -fdx
git reset --hard git reset --hard
update-clean: clean python-reconf lua-reconf spandsp-reconf srtp-reconf update-clean: clean python-reconf spandsp-reconf srtp-reconf
cd libs/sofia-sip && $(MAKE) clean cd libs/sofia-sip && $(MAKE) clean
cd libs/esl && $(MAKE) clean cd libs/esl && $(MAKE) clean
cd libs/srtp && $(MAKE) clean cd libs/srtp && $(MAKE) clean
@ -777,10 +777,6 @@ sofia-reconf:
cd libs/sofia-sip && $(MAKE) clean cd libs/sofia-sip && $(MAKE) clean
cd libs/sofia-sip && ./configure $(MY_DEFAULT_ARGS) --with-pic --with-glib=no --disable-shared cd libs/sofia-sip && ./configure $(MY_DEFAULT_ARGS) --with-pic --with-glib=no --disable-shared
lua-reconf:
cd src/mod/languages/mod_lua/lua && make clean
cd src/mod/languages/mod_lua && make clean
cluecon: cluecon:
@clear @clear
@echo Thank you for updating. This is going to take a while so relax. @echo Thank you for updating. This is going to take a while so relax.