From b868fd03cab64f0a54c715a27797dc73cb3a4f9b Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 16 May 2024 12:32:07 +0200 Subject: shell defaults: use qualified rule reference --- toolchains/shell/compiler+tools.TARGETS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchains/shell/compiler+tools.TARGETS') diff --git a/toolchains/shell/compiler+tools.TARGETS b/toolchains/shell/compiler+tools.TARGETS index 84a1b25..a2a686c 100644 --- a/toolchains/shell/compiler+tools.TARGETS +++ b/toolchains/shell/compiler+tools.TARGETS @@ -1,3 +1,3 @@ { "defaults": {"type": "export", "target": "defaults (unexported)"} -, "defaults (unexported)": {"type": "defaults"} +, "defaults (unexported)": {"type": ["@", "rules", "shell", "defaults"]} } -- cgit v1.2.3