fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40909?usp=email )
Change subject: Makefile: DIR_clean_template: clean depends on Makefile ......................................................................
Makefile: DIR_clean_template: clean depends on Makefile
Change-Id: I4934f345f4a1d54fa939143d46033c1ef6751aba --- M Makefile 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve
diff --git a/Makefile b/Makefile index 75e79ff..2724dec 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,7 @@
define DIR_clean_template .PHONY: $(1)/clean -$(1)/clean: +$(1)/clean: $(BUILDDIR)/$(1)/Makefile $(MAKE) -C $(BUILDDIR)/$(1) clean endef