summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/toolchain.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/toolchain.mk b/mk/toolchain.mk
index 6e4de39..6908d52 100644
--- a/mk/toolchain.mk
+++ b/mk/toolchain.mk
@@ -53,7 +53,7 @@ buildtoolchain: mkinitialpath ccachehost_install gmphost_install \
mpfrhost_install binutils_install gcc1_install \
kernel-headers_install eglibc-headers_install \
gcc2_install eglibc_install gcc3_install symlink_tools
- $(call EMBTK_GENERIC_MESSAGE,"You successfully build a toolchain for $(STRICT_GNU_TARGET !!!")
+ $(call EMBTK_GENERIC_MESSAGE,"You successfully build a toolchain for $(STRICT_GNU_TARGET) !!!")
symlink_tools:
@cd $(TOOLS)/bin/; export TOOLS_LIST="`ls`"; \
for i in $$TOOLS_LIST;do \