aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/evolution
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/evolution')
-rw-r--r--examples/cxx/hybrid/evolution/ignore/makefile2
-rw-r--r--examples/cxx/hybrid/evolution/passthrough/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/cxx/hybrid/evolution/ignore/makefile b/examples/cxx/hybrid/evolution/ignore/makefile
index 75c75b4..6248c87 100644
--- a/examples/cxx/hybrid/evolution/ignore/makefile
+++ b/examples/cxx/hybrid/evolution/ignore/makefile
@@ -41,7 +41,7 @@ $(gen): xsde := $(out_root)/xsde/xsde
$(gen): xsde_options += --generate-parser --generate-aggregate \
--root-element transformations --generate-polymorphic
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#
diff --git a/examples/cxx/hybrid/evolution/passthrough/makefile b/examples/cxx/hybrid/evolution/passthrough/makefile
index 0b27e83..8de33d9 100644
--- a/examples/cxx/hybrid/evolution/passthrough/makefile
+++ b/examples/cxx/hybrid/evolution/passthrough/makefile
@@ -49,7 +49,7 @@ $(gen): xsde_options += --generate-parser --generate-serializer \
--custom-parser unknown_type=unknown_type_base_pimpl/unknown-type-pimpl.hxx \
--custom-serializer unknown_type=unknown_type_base_simpl/unknown-type-simpl.hxx
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#