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