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/taxonomy/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/cxx/tree/custom/taxonomy') diff --git a/examples/cxx/tree/custom/taxonomy/makefile b/examples/cxx/tree/custom/taxonomy/makefile index ca3327c..6eeefe1 100644 --- a/examples/cxx/tree/custom/taxonomy/makefile +++ b/examples/cxx/tree/custom/taxonomy/makefile @@ -48,8 +48,8 @@ $(gen): xsd_options := \ --custom-type "person=person_impl/person_base" \ --custom-type "superman=superman_impl/superman_base" \ --custom-type "batman=batman_impl/batman_base" \ ---fwd-prologue '\\\#include "people-custom-fwd.hxx"' \ ---hxx-prologue '\\\#include "people-custom.hxx"' +--fwd-prologue '\#include "people-custom-fwd.hxx"' \ +--hxx-prologue '\#include "people-custom.hxx"' $(gen): $(out_root)/xsd/xsd -- cgit v1.1