summaryrefslogtreecommitdiff
path: root/examples/cxx/parser/hello/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/parser/hello/makefile')
-rw-r--r--examples/cxx/parser/hello/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/parser/hello/makefile b/examples/cxx/parser/hello/makefile
index 6811083..21ffdc2 100644
--- a/examples/cxx/parser/hello/makefile
+++ b/examples/cxx/parser/hello/makefile
@@ -38,7 +38,7 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): xsd := $(out_root)/xsd/xsd
$(gen): $(out_root)/xsd/xsd
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#