Bernhard Reutner-Fischer 19 年之前
父節點
當前提交
4a94f332b9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      toolchain/gcc/gcc-uclibc-3.x.mk

+ 1 - 1
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