fixeria has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/09/40909/1
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
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40909?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I4934f345f4a1d54fa939143d46033c1ef6751aba
Gerrit-Change-Number: 40909
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>