From 5900f155a4a0da88cfd56bedccef0c74cc19c9f7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Jun 2021 12:47:40 +0200 Subject: Get rid of special *{} wildcard target type notation in target type/patterns Explicit target{} should be used instead. Also, in this context, absent target type is now treated as file{} rather than target{}, for consistency with all other cases. --- tests/variable/target-type-pattern-specific/testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/variable') diff --git a/tests/variable/target-type-pattern-specific/testscript b/tests/variable/target-type-pattern-specific/testscript index 9962342..016380b 100644 --- a/tests/variable/target-type-pattern-specific/testscript +++ b/tests/variable/target-type-pattern-specific/testscript @@ -58,7 +58,7 @@ print $(file{x-foz}: x) *: x1 = X1 {*}: x2 = X2 -*{*}: x3 = X3 +target{*}: x3 = X3 print $(file{x}: x1) print $(file{x}: x2) print $(file{x}: x3) -- cgit v1.1