From aa52658714390c832ef9acbb2c522e4b06c97c41 Mon Sep 17 00:00:00 2001 From: Mike Jerris Date: Fri, 28 Jul 2017 17:51:40 -0400 Subject: [PATCH] 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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