summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/encoding/char/lcp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/tree/encoding/char/lcp')
-rw-r--r--tests/cxx/tree/encoding/char/lcp/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/tree/encoding/char/lcp/makefile b/tests/cxx/tree/encoding/char/lcp/makefile
index 47bf85d..a7a4b82 100644
--- a/tests/cxx/tree/encoding/char/lcp/makefile
+++ b/tests/cxx/tree/encoding/char/lcp/makefile
@@ -37,7 +37,7 @@ $(gen): xsd := $(out_root)/xsd/xsd
$(gen): xsd_options := --generate-serialization --char-encoding lcp
$(gen): $(out_root)/xsd/xsd
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#