aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/custom/wildcard/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/custom/wildcard/makefile')
-rw-r--r--examples/cxx/hybrid/custom/wildcard/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/custom/wildcard/makefile b/examples/cxx/hybrid/custom/wildcard/makefile
index 2d96512..28e0340 100644
--- a/examples/cxx/hybrid/custom/wildcard/makefile
+++ b/examples/cxx/hybrid/custom/wildcard/makefile
@@ -47,7 +47,7 @@ $(gen): xsde_options += --generate-parser --generate-serializer \
--custom-type envelope=v//envelope_base/envelope.hxx \
--custom-parser envelope=envelope_base_pimpl/envelope-pimpl.hxx \
--custom-serializer envelope=envelope_base_simpl/envelope-simpl.hxx \
---hxx-epilogue '\\\#include "body.hxx"'
+--hxx-epilogue '\#include "body.hxx"'
$(call include-dep,$(dep))