aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/parser/hello/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/parser/hello/makefile')
-rw-r--r--examples/cxx/parser/hello/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/parser/hello/makefile b/examples/cxx/parser/hello/makefile
index 0696909..ccf7a81 100644
--- a/examples/cxx/parser/hello/makefile
+++ b/examples/cxx/parser/hello/makefile
@@ -33,7 +33,7 @@ skel := $(addprefix $(out_base)/,$(skelf))
$(skel): xsde := $(out_root)/xsde/xsde
$(skel): $(out_root)/xsde/xsde
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#