summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/encoding/char/utf-8
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-01-16 06:40:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-01-19 10:06:31 +0200
commitcf193dfbd9948300b8347008599aed117336787b (patch)
treea94e22ef64f933f13003f6b18bc1dc7ae28a1d0b /tests/cxx/tree/encoding/char/utf-8
parent8057904d4e023a2d69d9966b8c8772a9ae63b7d3 (diff)
Fix makefiles for building in separate directory
Diffstat (limited to 'tests/cxx/tree/encoding/char/utf-8')
-rw-r--r--tests/cxx/tree/encoding/char/utf-8/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/tree/encoding/char/utf-8/makefile b/tests/cxx/tree/encoding/char/utf-8/makefile
index 03bebf3..9e51cf0 100644
--- a/tests/cxx/tree/encoding/char/utf-8/makefile
+++ b/tests/cxx/tree/encoding/char/utf-8/makefile
@@ -27,7 +27,7 @@ $(call import,\
#
$(driver): $(obj) $(xerces_c.l)
-$(obj) $(dep): cpp_options := -I$(src_root)/libxsd
+$(obj) $(dep): cpp_options := -I$(out_base) -I$(src_base) -I$(src_root)/libxsd
$(obj) $(dep): $(xerces_c.l.cpp-options)
genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx)