summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/name-clash/inheritance
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/name-clash/inheritance')
-rw-r--r--tests/cxx/parser/name-clash/inheritance/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/parser/name-clash/inheritance/makefile b/tests/cxx/parser/name-clash/inheritance/makefile
index 30a3397..641f993 100644
--- a/tests/cxx/parser/name-clash/inheritance/makefile
+++ b/tests/cxx/parser/name-clash/inheritance/makefile
@@ -35,7 +35,7 @@ $(gen): xsd := $(out_root)/xsd/xsd
$(gen): xsd_options := --generate-validation
$(gen): $(out_root)/xsd/xsd
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#