summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/custom/double/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/tree/custom/double/makefile')
-rw-r--r--examples/cxx/tree/custom/double/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cxx/tree/custom/double/makefile b/examples/cxx/tree/custom/double/makefile
index ee90e7e..0461bb0 100644
--- a/examples/cxx/tree/custom/double/makefile
+++ b/examples/cxx/tree/custom/double/makefile
@@ -42,8 +42,8 @@ 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-serialization --extern-xml-schema xml-schema.xsd
+$(gen): xsd_options += --generate-serialization \
+--extern-xml-schema xml-schema.xsd
$(gen): $(out_root)/xsd/xsd