summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/messaging/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/tree/messaging/makefile')
-rw-r--r--examples/cxx/tree/messaging/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/tree/messaging/makefile b/examples/cxx/tree/messaging/makefile
index a3705f2..31a67a4 100644
--- a/examples/cxx/tree/messaging/makefile
+++ b/examples/cxx/tree/messaging/makefile
@@ -42,7 +42,7 @@ $(gen): xsd_options := --root-element-all \
$(gen): $(out_root)/xsd/xsd
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#