summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/enumeration/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/enumeration/makefile')
-rw-r--r--tests/cxx/parser/enumeration/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/parser/enumeration/makefile b/tests/cxx/parser/enumeration/makefile
index 975bfd6..7d4ab20 100644
--- a/tests/cxx/parser/enumeration/makefile
+++ b/tests/cxx/parser/enumeration/makefile
@@ -35,7 +35,7 @@ $(gen): xsd := $(out_root)/xsd/xsd
$(gen): xsd_options := --type-map $(src_base)/test.map
$(gen): $(out_root)/xsd/xsd $(src_base)/test.map
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#