From 89991c8c103e69c7ba2fa257cfa3393d14be75c8 Mon Sep 17 00:00:00 2001 From: Mike Jerris Date: Fri, 28 Jul 2017 10:30:42 -0500 Subject: [PATCH] FS-10556: fix build error on lua-reconf which is no longer required --- Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8b0ac82b43..ef267d5280 100644 --- a/Makefile.am +++ b/Makefile.am @@ -731,7 +731,7 @@ pristine: git clean -fdx 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/esl && $(MAKE) clean cd libs/srtp && $(MAKE) clean @@ -777,10 +777,6 @@ sofia-reconf: cd libs/sofia-sip && $(MAKE) clean 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: @clear @echo Thank you for updating. This is going to take a while so relax.