- typo
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 5 Jul 2006 07:29:21 +0000 (07:29 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 5 Jul 2006 07:29:21 +0000 (07:29 -0000)
toolchain/gcc/gcc-uclibc-3.x.mk

index 7ec6ceaeff35e0a8247f195a5b18ae593d30633c..55cb295a418c99b3f3a594532c107e553a8c88cc 100644 (file)
@@ -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