summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/multiroot
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/tree/multiroot')
-rw-r--r--examples/cxx/tree/multiroot/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/tree/multiroot/makefile b/examples/cxx/tree/multiroot/makefile
index cbb0063..6c0e9ec 100644
--- a/examples/cxx/tree/multiroot/makefile
+++ b/examples/cxx/tree/multiroot/makefile
@@ -39,7 +39,7 @@ $(gen): xsd := $(out_root)/xsd/xsd
$(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.
#