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