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