aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/parser/library/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/parser/library/makefile')
-rw-r--r--examples/cxx/parser/library/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/parser/library/makefile b/examples/cxx/parser/library/makefile
index 937a0d0..bc39cb8 100644
--- a/examples/cxx/parser/library/makefile
+++ b/examples/cxx/parser/library/makefile
@@ -41,7 +41,7 @@ $(skel): xsde_options += --generate-inline --type-map $(src_base)/library.map
$(skel): $(out_root)/xsde/xsde $(src_base)/library.map
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#