diff --git a/src/mod/codecs/mod_speex/Makefile b/src/mod/codecs/mod_speex/Makefile index 6e3b123d36..3c7deec9cf 100644 --- a/src/mod/codecs/mod_speex/Makefile +++ b/src/mod/codecs/mod_speex/Makefile @@ -8,5 +8,5 @@ LOCAL_LIBADD=$(SPEEXLA) include $(BASE)/build/modmake.rules $(SPEEXLA): $(SPEEX_DIR) $(SPEEX_DIR)/.update - cd $(SPEEX_DIR) && $(MAKE) + cd $(SPEEX_DIR)/libspeex && $(MAKE) $(TOUCH_TARGET)