summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/union/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/union/makefile')
-rw-r--r--tests/cxx/parser/union/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/parser/union/makefile b/tests/cxx/parser/union/makefile
index 8fcfc14..fad1009 100644
--- a/tests/cxx/parser/union/makefile
+++ b/tests/cxx/parser/union/makefile
@@ -34,7 +34,7 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): xsd := $(out_root)/xsd/xsd
$(gen): $(out_root)/xsd/xsd
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#