summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/custom/contacts
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/contacts
parent29af56dab3285fded22467b727faa0e97af7ada8 (diff)
Get rid of extra escaping of # (build upgrade)
Diffstat (limited to 'examples/cxx/tree/custom/contacts')
-rw-r--r--examples/cxx/tree/custom/contacts/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/tree/custom/contacts/makefile b/examples/cxx/tree/custom/contacts/makefile
index e279634..f6f2071 100644
--- a/examples/cxx/tree/custom/contacts/makefile
+++ b/examples/cxx/tree/custom/contacts/makefile
@@ -43,7 +43,7 @@ $(gen): xsd := $(out_root)/xsd/xsd
$(gen): xsd_options := \
--generate-inline \
--custom-type contact=/contact_base \
---hxx-epilogue '\\\#include "contacts-custom.hxx"'
+--hxx-epilogue '\#include "contacts-custom.hxx"'
$(gen): $(out_root)/xsd/xsd