From 5be9f5cc62919ae55311d369a0a1962175ed0565 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 6 Oct 2010 13:44:56 +0200 Subject: Get rid of extra escaping of # (build upgrade) --- examples/cxx/tree/custom/mixed/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/cxx/tree/custom/mixed') diff --git a/examples/cxx/tree/custom/mixed/makefile b/examples/cxx/tree/custom/mixed/makefile index 144299e..932749b 100644 --- a/examples/cxx/tree/custom/mixed/makefile +++ b/examples/cxx/tree/custom/mixed/makefile @@ -44,7 +44,7 @@ $(gen): xsd_options := \ --generate-inline \ --generate-serialization \ --custom-type bio=/bio_base \ ---hxx-epilogue '\\\#include "people-custom.hxx"' +--hxx-epilogue '\#include "people-custom.hxx"' $(gen): $(out_root)/xsd/xsd -- cgit v1.1