summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/polymorphism/comparison/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/tree/polymorphism/comparison/makefile')
-rw-r--r--tests/cxx/tree/polymorphism/comparison/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/tree/polymorphism/comparison/makefile b/tests/cxx/tree/polymorphism/comparison/makefile
index a52ab6e..5fe465f 100644
--- a/tests/cxx/tree/polymorphism/comparison/makefile
+++ b/tests/cxx/tree/polymorphism/comparison/makefile
@@ -38,7 +38,7 @@ $(gen): xsd_options := --generate-polymorphic --polymorphic-type base \
--generate-comparison
$(gen): $(out_root)/xsd/xsd
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#