summaryrefslogtreecommitdiff
path: root/examples/cxx/parser/mixin/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/parser/mixin/makefile')
-rw-r--r--examples/cxx/parser/mixin/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/parser/mixin/makefile b/examples/cxx/parser/mixin/makefile
index b30261d..655429a 100644
--- a/examples/cxx/parser/mixin/makefile
+++ b/examples/cxx/parser/mixin/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)/schema.map
+$(gen): xsd_options += --type-map $(src_base)/schema.map
$(gen): $(out_root)/xsd/xsd $(src_base)/schema.map
$(call include-dep,$(dep),$(obj),$(gen))