diff options
Diffstat (limited to 'toolchains/shell')
-rw-r--r-- | toolchains/shell/busybox.TARGETS | 2 | ||||
-rw-r--r-- | toolchains/shell/cmake.TARGETS | 2 | ||||
-rw-r--r-- | toolchains/shell/compiler+tools.TARGETS | 2 | ||||
-rw-r--r-- | toolchains/shell/make.TARGETS | 2 | ||||
-rw-r--r-- | toolchains/shell/python.TARGETS | 2 | ||||
-rw-r--r-- | toolchains/shell/tools-all.TARGETS | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/toolchains/shell/busybox.TARGETS b/toolchains/shell/busybox.TARGETS index 84a1b25..a2a686c 100644 --- a/toolchains/shell/busybox.TARGETS +++ b/toolchains/shell/busybox.TARGETS @@ -1,3 +1,3 @@ { "defaults": {"type": "export", "target": "defaults (unexported)"} -, "defaults (unexported)": {"type": "defaults"} +, "defaults (unexported)": {"type": ["@", "rules", "shell", "defaults"]} } diff --git a/toolchains/shell/cmake.TARGETS b/toolchains/shell/cmake.TARGETS index 84a1b25..a2a686c 100644 --- a/toolchains/shell/cmake.TARGETS +++ b/toolchains/shell/cmake.TARGETS @@ -1,3 +1,3 @@ { "defaults": {"type": "export", "target": "defaults (unexported)"} -, "defaults (unexported)": {"type": "defaults"} +, "defaults (unexported)": {"type": ["@", "rules", "shell", "defaults"]} } 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"]} } diff --git a/toolchains/shell/make.TARGETS b/toolchains/shell/make.TARGETS index 84a1b25..a2a686c 100644 --- a/toolchains/shell/make.TARGETS +++ b/toolchains/shell/make.TARGETS @@ -1,3 +1,3 @@ { "defaults": {"type": "export", "target": "defaults (unexported)"} -, "defaults (unexported)": {"type": "defaults"} +, "defaults (unexported)": {"type": ["@", "rules", "shell", "defaults"]} } diff --git a/toolchains/shell/python.TARGETS b/toolchains/shell/python.TARGETS index 84a1b25..a2a686c 100644 --- a/toolchains/shell/python.TARGETS +++ b/toolchains/shell/python.TARGETS @@ -1,3 +1,3 @@ { "defaults": {"type": "export", "target": "defaults (unexported)"} -, "defaults (unexported)": {"type": "defaults"} +, "defaults (unexported)": {"type": ["@", "rules", "shell", "defaults"]} } diff --git a/toolchains/shell/tools-all.TARGETS b/toolchains/shell/tools-all.TARGETS index 84a1b25..a2a686c 100644 --- a/toolchains/shell/tools-all.TARGETS +++ b/toolchains/shell/tools-all.TARGETS @@ -1,3 +1,3 @@ { "defaults": {"type": "export", "target": "defaults (unexported)"} -, "defaults (unexported)": {"type": "defaults"} +, "defaults (unexported)": {"type": ["@", "rules", "shell", "defaults"]} } |