[git commit prelink] nptl: fix typo in buildsys

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Mar 30 11:53:36 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=cdd129dbfe1234c41c7ebee538314417a757b8e8
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/prelink

0f85b228 used 'filter-pout' instead of 'filter-out'. Fix that.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/sysdeps/linux/common/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libc/sysdeps/linux/common/Makefile.in b/libc/sysdeps/linux/common/Makefile.in
index bd45d94..30341fd 100644
--- a/libc/sysdeps/linux/common/Makefile.in
+++ b/libc/sysdeps/linux/common/Makefile.in
@@ -34,7 +34,7 @@ CSRC := $(filter-out capget.c capset.c inotify.c ioperm.c iopl.c \
 	sync_file_range.c sysctl.c sysinfo.c timerfd.c uselib.c vhangup.c,$(CSRC))
 ifneq ($(UCLIBC_HAS_THREADS_NATIVE),y)
 # we need madvise.c in NPTL
-CSRC := $(filter-pout madvise.c,$(CSRC))
+CSRC := $(filter-out madvise.c,$(CSRC))
 endif
 endif
 
-- 
1.7.3.4



More information about the uClibc-cvs mailing list