summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/custom/taxonomy
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-06 13:44:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-06 13:44:56 +0200
commit5be9f5cc62919ae55311d369a0a1962175ed0565 (patch)
tree7c3f5da66d8fee5460a15369eaef06d524b54a8c /examples/cxx/tree/custom/taxonomy
parent29af56dab3285fded22467b727faa0e97af7ada8 (diff)
Get rid of extra escaping of # (build upgrade)
Diffstat (limited to 'examples/cxx/tree/custom/taxonomy')
-rw-r--r--examples/cxx/tree/custom/taxonomy/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cxx/tree/custom/taxonomy/makefile b/examples/cxx/tree/custom/taxonomy/makefile
index ca3327c..6eeefe1 100644
--- a/examples/cxx/tree/custom/taxonomy/makefile
+++ b/examples/cxx/tree/custom/taxonomy/makefile
@@ -48,8 +48,8 @@ $(gen): xsd_options := \
--custom-type "person=person_impl<person_base>/person_base" \
--custom-type "superman=superman_impl<superman_base>/superman_base" \
--custom-type "batman=batman_impl<batman_base>/batman_base" \
---fwd-prologue '\\\#include "people-custom-fwd.hxx"' \
---hxx-prologue '\\\#include "people-custom.hxx"'
+--fwd-prologue '\#include "people-custom-fwd.hxx"' \
+--hxx-prologue '\#include "people-custom.hxx"'
$(gen): $(out_root)/xsd/xsd