summaryrefslogtreecommitdiff
path: root/examples/cxx/parser/multiroot/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/parser/multiroot/makefile')
-rw-r--r--examples/cxx/parser/multiroot/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/parser/multiroot/makefile b/examples/cxx/parser/multiroot/makefile
index 016a63b..b1ec58c 100644
--- a/examples/cxx/parser/multiroot/makefile
+++ b/examples/cxx/parser/multiroot/makefile
@@ -36,7 +36,7 @@ genf := $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx)
gen := $(addprefix $(out_base)/,$(genf))
$(gen): xsd := $(out_root)/xsd/xsd
-$(gen): xsd_options := --type-map $(src_base)/protocol.map
+$(gen): xsd_options += --type-map $(src_base)/protocol.map
$(gen): $(out_root)/xsd/xsd $(src_base)/protocol.map
$(call include-dep,$(dep),$(obj),$(gen))