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