From cf193dfbd9948300b8347008599aed117336787b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 16 Jan 2014 06:40:22 +0200 Subject: Fix makefiles for building in separate directory --- xsd/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xsd/makefile') diff --git a/xsd/makefile b/xsd/makefile index 5e5dedb..162470d 100644 --- a/xsd/makefile +++ b/xsd/makefile @@ -98,7 +98,7 @@ $(call import,\ # $(xsd): $(cxx_obj) $(xsd_fe.l) $(cutl.l) $(xerces_c.l) -$(cxx_obj) $(cxx_od): cpp_options := -I$(src_base) +$(cxx_obj) $(cxx_od): cpp_options := -I$(out_base) -I$(src_base) $(cxx_obj) $(cxx_od): \ $(xsd_fe.l.cpp-options) \ $(cutl.l.cpp-options) \ -- cgit v1.1