From: Andrey Volk Date: Mon, 29 Aug 2022 21:17:52 +0000 (+0300) Subject: [mod_ssml] Add deps rule to the Makefile.am X-Git-Tag: v1.10.8^2~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1781%2Fhead;p=thirdparty%2Ffreeswitch.git [mod_ssml] Add deps rule to the Makefile.am --- diff --git a/src/mod/formats/mod_ssml/Makefile.am b/src/mod/formats/mod_ssml/Makefile.am index 9a54b5e710..c3a6d83710 100644 --- a/src/mod/formats/mod_ssml/Makefile.am +++ b/src/mod/formats/mod_ssml/Makefile.am @@ -26,6 +26,8 @@ TESTS = $(noinst_PROGRAMS) BUILT_SOURCES=$(IKS_LA) -$(IKS_LA): $(IKS_DIR) $(IKS_DIR)/.update +$(IKS_LA): $(IKS_BUILDDIR) $(IKS_DIR) $(IKS_DIR)/.update @cd $(IKS_DIR) && $(MAKE) @$(TOUCH_TARGET) + +deps: $(IKS_LA)