summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/embedded/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/tree/embedded/makefile')
-rw-r--r--examples/cxx/tree/embedded/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/tree/embedded/makefile b/examples/cxx/tree/embedded/makefile
index 4fb586b..ffc9ded 100644
--- a/examples/cxx/tree/embedded/makefile
+++ b/examples/cxx/tree/embedded/makefile
@@ -50,7 +50,7 @@ $(out_base)/%: xsdbin := $(xsdbin)
$(out_base)/%-schema.hxx $(out_base)/%-schema.cxx: $(src_base)/%.xsd $(xsdbin)
$(call message,xsdbin $<,$(xsdbin) --output-dir $(out_base) $<)
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#