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/contacts/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/cxx/tree/custom/contacts') 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 -- cgit v1.1