]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_ssml] Add deps rule to the Makefile.am 1781/head
authorAndrey Volk <andywolk@gmail.com>
Mon, 29 Aug 2022 21:17:52 +0000 (00:17 +0300)
committerAndrey Volk <andywolk@gmail.com>
Mon, 29 Aug 2022 21:17:52 +0000 (00:17 +0300)
src/mod/formats/mod_ssml/Makefile.am

index 9a54b5e7109dd6e1feded741540518401abb8074..c3a6d83710981637acfbb5d495a985fabd1264a6 100644 (file)
@@ -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)