summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/test-template
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/test-template')
-rw-r--r--tests/cxx/parser/test-template/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/parser/test-template/makefile b/tests/cxx/parser/test-template/makefile
index fa552f1..0615b3e 100644
--- a/tests/cxx/parser/test-template/makefile
+++ b/tests/cxx/parser/test-template/makefile
@@ -34,7 +34,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.
#