summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/prefix
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-05-08 07:07:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-05-08 07:07:09 +0200
commit367b86d8ae073119b93c7cf0cc1b0017d2e13ad6 (patch)
treea2940c7623be482fc41c223130d5fc72ac77f0fb /tests/cxx/tree/prefix
parent475e7180e9b658e4e5a35ca89e72334fb76c6153 (diff)
Fix escaping of special character
Diffstat (limited to 'tests/cxx/tree/prefix')
-rw-r--r--tests/cxx/tree/prefix/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/tree/prefix/makefile b/tests/cxx/tree/prefix/makefile
index c048934..a0b4778 100644
--- a/tests/cxx/tree/prefix/makefile
+++ b/tests/cxx/tree/prefix/makefile
@@ -35,7 +35,7 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): xsd := $(out_root)/xsd/xsd
$(gen): xsd_options := --generate-serialization --generate-polymorphic \
---polymorphic-type foo\\\#base --root-element root
+--polymorphic-type foo\#base --root-element root
$(gen): $(out_root)/xsd/xsd
$(call include-dep,$(dep))