aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/cxx/hybrid/binary/custom/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/binary/custom/makefile b/examples/cxx/hybrid/binary/custom/makefile
index 51fafa5..4797434 100644
--- a/examples/cxx/hybrid/binary/custom/makefile
+++ b/examples/cxx/hybrid/binary/custom/makefile
@@ -51,7 +51,7 @@ $(gen): xsde_options += --generate-parser --generate-serializer \
#
$(out_base)/xml-schema%hxx \
$(out_base)/xml-schema-pskel%hxx \
-$(out_base)/xml-schema-sskel%hxx: $(out_root)/xsde/xsde
+$(out_base)/xml-schema-sskel%hxx: $(out_root)/xsde/xsde | $(out_base)/.
$(call message,xsde $(src_base)/xml-schema.xsd,\
$(out_root)/xsde/xsde cxx-hybrid --output-dir $(out_base) \
--generate-xml-schema --generate-parser --generate-serializer \