aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/polymorphism
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/hybrid/polymorphism')
-rw-r--r--tests/cxx/hybrid/polymorphism/any-type/makefile2
-rw-r--r--tests/cxx/hybrid/polymorphism/enumeration/makefile2
-rw-r--r--tests/cxx/hybrid/polymorphism/multischema/makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/cxx/hybrid/polymorphism/any-type/makefile b/tests/cxx/hybrid/polymorphism/any-type/makefile
index 195c2e4..fb0b251 100644
--- a/tests/cxx/hybrid/polymorphism/any-type/makefile
+++ b/tests/cxx/hybrid/polymorphism/any-type/makefile
@@ -46,7 +46,7 @@ $(gen): xsde_options += --generate-parser --generate-serializer \
--generate-aggregate --generate-polymorphic --generate-typeinfo \
--root-element root --polymorphic-type anyType
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#
diff --git a/tests/cxx/hybrid/polymorphism/enumeration/makefile b/tests/cxx/hybrid/polymorphism/enumeration/makefile
index 7bb004b..065156b 100644
--- a/tests/cxx/hybrid/polymorphism/enumeration/makefile
+++ b/tests/cxx/hybrid/polymorphism/enumeration/makefile
@@ -49,7 +49,7 @@ $(gen) $(dist) $(dist-win): xsde_options += --generate-parser \
--custom-data fbvd --generate-polymorphic --generate-typeinfo \
--polymorphic-type base --polymorphic-type simple
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#
diff --git a/tests/cxx/hybrid/polymorphism/multischema/makefile b/tests/cxx/hybrid/polymorphism/multischema/makefile
index 600155e..fcdfa79 100644
--- a/tests/cxx/hybrid/polymorphism/multischema/makefile
+++ b/tests/cxx/hybrid/polymorphism/multischema/makefile
@@ -50,7 +50,7 @@ $(gen) $(dist) $(dist-win): xsde_options += --generate-parser \
--generate-typeinfo --polymorphic-type base \
--polymorphic-schema $(src_base)/type.xsd
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#