From: Mike Jerris Date: Fri, 28 Jul 2017 21:51:40 +0000 (-0400) Subject: FS-10558: fix make current build to not reconf spandsp when you don't need to, it... X-Git-Tag: v1.8.0~323 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa52658714390c832ef9acbb2c522e4b06c97c41;p=thirdparty%2Ffreeswitch.git FS-10558: fix make current build to not reconf spandsp when you don't need to, it should do this automatically and correctly on its own --- diff --git a/Makefile.am b/Makefile.am index ef267d5280..53bd7c66aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -731,7 +731,7 @@ pristine: git clean -fdx git reset --hard -update-clean: clean python-reconf spandsp-reconf srtp-reconf +update-clean: clean python-reconf cd libs/sofia-sip && $(MAKE) clean cd libs/esl && $(MAKE) clean cd libs/srtp && $(MAKE) clean