aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/allocator/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/allocator/makefile')
-rw-r--r--examples/cxx/hybrid/allocator/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/allocator/makefile b/examples/cxx/hybrid/allocator/makefile
index 758cec8..acdd61e 100644
--- a/examples/cxx/hybrid/allocator/makefile
+++ b/examples/cxx/hybrid/allocator/makefile
@@ -45,7 +45,7 @@ $(gen): xsde := $(out_root)/xsde/xsde
$(gen): xsde_options += --generate-parser --generate-serializer \
--generate-aggregate
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#