aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/binary
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/hybrid/binary')
-rw-r--r--tests/cxx/hybrid/binary/cdr/makefile2
-rw-r--r--tests/cxx/hybrid/binary/custom/makefile2
-rw-r--r--tests/cxx/hybrid/binary/xdr/makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/cxx/hybrid/binary/cdr/makefile b/tests/cxx/hybrid/binary/cdr/makefile
index 0b8f10f..c104d1c 100644
--- a/tests/cxx/hybrid/binary/cdr/makefile
+++ b/tests/cxx/hybrid/binary/cdr/makefile
@@ -47,7 +47,7 @@ $(gen) $(dist) $(dist-win): xsde_options += --generate-parser \
--generate-serializer --generate-aggregate --generate-extraction CDR \
--generate-insertion CDR
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#
diff --git a/tests/cxx/hybrid/binary/custom/makefile b/tests/cxx/hybrid/binary/custom/makefile
index 1d97162..e82f628 100644
--- a/tests/cxx/hybrid/binary/custom/makefile
+++ b/tests/cxx/hybrid/binary/custom/makefile
@@ -59,7 +59,7 @@ $(xsde_options) xml-schema.xsd)
genf += xml-schema.hxx xml-schema-pskel.hxx xml-schema-sskel.hxx
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#
diff --git a/tests/cxx/hybrid/binary/xdr/makefile b/tests/cxx/hybrid/binary/xdr/makefile
index c2a2eb7..aa2fb69 100644
--- a/tests/cxx/hybrid/binary/xdr/makefile
+++ b/tests/cxx/hybrid/binary/xdr/makefile
@@ -48,7 +48,7 @@ $(gen) $(dist) $(dist-win): xsde_options += --generate-parser \
--generate-serializer --generate-aggregate --generate-extraction XDR \
--generate-insertion XDR
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#