summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/name-clash/inheritance/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/name-clash/inheritance/makefile')
-rw-r--r--tests/cxx/parser/name-clash/inheritance/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/parser/name-clash/inheritance/makefile b/tests/cxx/parser/name-clash/inheritance/makefile
index f67e1fa..579c8e5 100644
--- a/tests/cxx/parser/name-clash/inheritance/makefile
+++ b/tests/cxx/parser/name-clash/inheritance/makefile
@@ -25,7 +25,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=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx)