aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/multiroot/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/multiroot/makefile')
-rw-r--r--examples/cxx/hybrid/multiroot/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/multiroot/makefile b/examples/cxx/hybrid/multiroot/makefile
index 5ef7f07..a35dff5 100644
--- a/examples/cxx/hybrid/multiroot/makefile
+++ b/examples/cxx/hybrid/multiroot/makefile
@@ -41,7 +41,7 @@ $(gen): xsde := $(out_root)/xsde/xsde
$(gen): xsde_options += --generate-parser --generate-aggregate \
--root-element-all
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#