1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-26 04:27:25 +00:00

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

This commit is contained in:
Mike Jerris 2017-07-28 17:51:40 -04:00
parent 89991c8c10
commit aa52658714

@ -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