From 61c48f6d4fc422d9f2a68c99ee5eb2da3cf8a645 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Nov 2013 08:42:24 +0200 Subject: Add support for manual dependency tracking in tests and examples --- tests/cxx/parser/validation/attribute/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cxx/parser/validation/attribute') diff --git a/tests/cxx/parser/validation/attribute/makefile b/tests/cxx/parser/validation/attribute/makefile index 18581df..d3571ef 100644 --- a/tests/cxx/parser/validation/attribute/makefile +++ b/tests/cxx/parser/validation/attribute/makefile @@ -37,7 +37,7 @@ $(gen): xsd := $(out_root)/xsd/xsd $(gen): xsd_options := --generate-validation $(gen): $(out_root)/xsd/xsd -$(call include-dep,$(dep)) +$(call include-dep,$(dep),$(obj),$(gen)) # Convenience alias for default target. -- cgit v1.1