OSDN Git Service

Fix no pic
[uclinux-h8/uClinux-dist.git] / glibc / glibc-2.3.6-echo.patch
1 --- glibc-2.3.6/csu/Makefile.orig       2008-09-05 09:20:01.000000000 +1000
2 +++ glibc-2.3.6/csu/Makefile    2008-09-05 09:20:08.000000000 +1000
3 @@ -241,7 +241,7 @@
4          esac; \
5          files="$(all-Banner-files)";                           \
6          if test -n "$$files"; then                             \
7 -          echo "\"Available extensions:\\n\"";                 \
8 +          /bin/echo "\"Available extensions:\\n\"";                    \
9            sed -e '/^#/d' -e 's/^[[:space:]]*/  /'              \
10                -e 's/^\(.*\)$$/\"\1\\n\"/' $$files;             \
11          fi) > $@T