summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2006-07-05 09:29:21 +0200
committerBernhard Reutner-Fischer2006-07-05 09:29:21 +0200
commit4a94f332b9604cc90a280f90711aa6f8259f7533 (patch)
tree80c8630eec812ab3229409d27ad1e6810ecbc8b8 /toolchain
parentAdd patch for building and running the Open POSIX Testsuite if NPTL has been ... (diff)
downloadbuildroot-4a94f332b9604cc90a280f90711aa6f8259f7533.tar.gz
buildroot-4a94f332b9604cc90a280f90711aa6f8259f7533.tar.xz
buildroot-4a94f332b9604cc90a280f90711aa6f8259f7533.zip
- typo
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/gcc-uclibc-3.x.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/gcc-uclibc-3.x.mk b/toolchain/gcc/gcc-uclibc-3.x.mk
index 7ec6ceaef..55cb295a4 100644
--- a/toolchain/gcc/gcc-uclibc-3.x.mk
+++ b/toolchain/gcc/gcc-uclibc-3.x.mk
@@ -362,7 +362,7 @@ endif
# $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
# Work around problem of missing syslimits.h
if [ ! -f $(TARGET_DIR)/usr/$(GCC_LIB_SUBDIR)/include/syslimits.h ] ; then \
- @echo "warning: working around missing syslimits.h" ; \
+ echo "warning: working around missing syslimits.h" ; \
cp -f $(STAGING_DIR)/$(GCC_LIB_SUBDIR)/include/syslimits.h \
$(TARGET_DIR)/usr/$(GCC_LIB_SUBDIR)/include/ ; \
fi