summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/custom/calendar/makefile
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 /examples/cxx/tree/custom/calendar/makefile
parent475e7180e9b658e4e5a35ca89e72334fb76c6153 (diff)
Fix escaping of special character
Diffstat (limited to 'examples/cxx/tree/custom/calendar/makefile')
-rw-r--r--examples/cxx/tree/custom/calendar/makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/cxx/tree/custom/calendar/makefile b/examples/cxx/tree/custom/calendar/makefile
index d86aa36..d28be1c 100644
--- a/examples/cxx/tree/custom/calendar/makefile
+++ b/examples/cxx/tree/custom/calendar/makefile
@@ -43,7 +43,7 @@ $(out_base)/xml-schema.hxx: $(out_root)/xsd/xsd
$(call message,xsd $(src_base)/xml-schema.xsd,\
$(out_root)/xsd/xsd cxx-tree --output-dir $(out_base) --generate-xml-schema \
--custom-type date \
---hxx-epilogue '\#include "xml-schema-custom.hxx"' xml-schema.xsd)
+--hxx-epilogue '#include "xml-schema-custom.hxx"' xml-schema.xsd)
#
#
@@ -51,10 +51,6 @@ genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx)
gen := $(addprefix $(out_base)/,$(genf))
$(gen): xsd := $(out_root)/xsd/xsd
-
-# We have to double-escape '#' because the message function
-# (which is used in command scripts) expands things twice.
-#
$(gen): xsd_options := \
--generate-inline \
--extern-xml-schema xml-schema.xsd