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