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