summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/binary/polymorphic/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/tree/binary/polymorphic/makefile')
-rw-r--r--tests/cxx/tree/binary/polymorphic/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/tree/binary/polymorphic/makefile b/tests/cxx/tree/binary/polymorphic/makefile
index 2138eeb..cca1e2c 100644
--- a/tests/cxx/tree/binary/polymorphic/makefile
+++ b/tests/cxx/tree/binary/polymorphic/makefile
@@ -41,7 +41,7 @@ $(gen): xsd_options := --generate-polymorphic --root-element-last \
--generate-insertion ACE_OutputCDR --generate-extraction ACE_InputCDR
$(gen): $(out_root)/xsd/xsd
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#