aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/choice/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/hybrid/choice/makefile')
-rw-r--r--tests/cxx/hybrid/choice/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cxx/hybrid/choice/makefile b/tests/cxx/hybrid/choice/makefile
index b455f79..845b7da 100644
--- a/tests/cxx/hybrid/choice/makefile
+++ b/tests/cxx/hybrid/choice/makefile
@@ -34,10 +34,10 @@ $(driver): $(obj) $(xsde.l)
$(obj) $(dep): $(xsde.l.cpp-options)
-genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.cxx) \
- $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.cxx) \
+genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx) \
+ $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx) \
$(xsd:.xsd=-pimpl.hxx) $(xsd:.xsd=-pimpl.cxx) \
- $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.cxx) \
+ $(xsd:.xsd=-sskel.hxx) $(xsd:.xsd=-sskel.ixx) $(xsd:.xsd=-sskel.cxx) \
$(xsd:.xsd=-simpl.hxx) $(xsd:.xsd=-simpl.cxx)
gen := $(addprefix $(out_base)/,$(genf))