aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-04-12 15:24:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-04-12 15:24:32 +0200
commitb11451f35bf449a76d1f777b6629b25f46f6ff95 (patch)
tree69acda44ea41ad575d81221f72c11c15e39107bf /examples
parent8a092ff329446a6330676c7437795c9dc2d2dc37 (diff)
Minor makefile fixes
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 \