summaryrefslogtreecommitdiff
path: root/toolchains/shell/compiler+tools.TARGETS
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-05-16 12:32:07 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-05-16 12:32:07 +0200
commitb868fd03cab64f0a54c715a27797dc73cb3a4f9b (patch)
treefd16ba07331d0104d7befac48f73fa14479a6343 /toolchains/shell/compiler+tools.TARGETS
parent2e576bd0dddc5117565e1e59e87d5d09880106d3 (diff)
downloadbootstrappable-toolchain-b868fd03cab64f0a54c715a27797dc73cb3a4f9b.tar.gz
shell defaults: use qualified rule reference
Diffstat (limited to 'toolchains/shell/compiler+tools.TARGETS')
-rw-r--r--toolchains/shell/compiler+tools.TARGETS2
1 files changed, 1 insertions, 1 deletions
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"]}
}