OSDN Git Service

nptl: fix typo in buildsys
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 13 Feb 2011 14:56:30 +0000 (15:56 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 14 Feb 2011 19:52:50 +0000 (20:52 +0100)
0f85b228 used 'filter-pout' instead of 'filter-out'. Fix that.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/common/Makefile.in

index bd45d94..30341fd 100644 (file)
@@ -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