aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/parser/error-handling
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/error-handling')
-rw-r--r--tests/cxx/parser/error-handling/codes/makefile2
-rw-r--r--tests/cxx/parser/error-handling/exceptions/makefile2
2 files changed, 2 insertions, 2 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.
#
diff --git a/tests/cxx/parser/error-handling/exceptions/makefile b/tests/cxx/parser/error-handling/exceptions/makefile
index e68d089..a0ed479 100644
--- a/tests/cxx/parser/error-handling/exceptions/makefile
+++ b/tests/cxx/parser/error-handling/exceptions/makefile
@@ -35,7 +35,7 @@ $(skel) $(dist) $(dist-win): xsde_options += --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.
#