fixeria has uploaded this change for review.

View Change

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 change 40909. To unsubscribe, or for help writing mail filters, visit settings.

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@sysmocom.de>