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