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:
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
|
||||
|
|
Loading…
Reference in New Issue