aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/parser/error-handling/codes/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/error-handling/codes/makefile')
-rw-r--r--tests/cxx/parser/error-handling/codes/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/parser/error-handling/codes/makefile b/tests/cxx/parser/error-handling/codes/makefile
index 3dd0084..1aed633 100644
--- a/tests/cxx/parser/error-handling/codes/makefile
+++ b/tests/cxx/parser/error-handling/codes/makefile
@@ -35,7 +35,7 @@ $(skel) $(dist) $(dist-win): xsde_options += --no-exceptions \
--type-map $(src_base)/test.map
$(skel): $(out_root)/xsde/xsde $(src_base)/test.map
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#