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 cca1e2c..acb4ef6 100644
--- a/tests/cxx/tree/binary/polymorphic/makefile
+++ b/tests/cxx/tree/binary/polymorphic/makefile
@@ -37,7 +37,7 @@ genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx)
gen := $(addprefix $(out_base)/,$(genf))
$(gen): xsd := $(out_root)/xsd/xsd
-$(gen): xsd_options := --generate-polymorphic --root-element-last \
+$(gen): xsd_options += --generate-polymorphic --root-element-last \
--generate-insertion ACE_OutputCDR --generate-extraction ACE_InputCDR
$(gen): $(out_root)/xsd/xsd