summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/name-clash/inheritance/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-11-20 09:08:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-11-20 09:23:15 +0200
commitb3b1a1d789d06c8d5ad5c93ae1c5a3c6a5e7fdff (patch)
tree11daefda3dc61ad7a26f1139721303764e849c7c /tests/cxx/parser/name-clash/inheritance/makefile
parent61c48f6d4fc422d9f2a68c99ee5eb2da3cf8a645 (diff)
Enable by default generation of inline files in build rules for XSD
Diffstat (limited to 'tests/cxx/parser/name-clash/inheritance/makefile')
-rw-r--r--tests/cxx/parser/name-clash/inheritance/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/parser/name-clash/inheritance/makefile b/tests/cxx/parser/name-clash/inheritance/makefile
index 641f993..f67e1fa 100644
--- a/tests/cxx/parser/name-clash/inheritance/makefile
+++ b/tests/cxx/parser/name-clash/inheritance/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 := --generate-validation
+$(gen): xsd_options += --generate-validation
$(gen): $(out_root)/xsd/xsd
$(call include-dep,$(dep),$(obj),$(gen))