summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-02-13 15:56:30 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-02-14 20:52:50 +0100
commitcdd129dbfe1234c41c7ebee538314417a757b8e8 (patch)
tree5f27b97a127960304e1991b15c4fc49cada311a9 /libc/sysdeps/linux/common/Makefile.in
parentb6d971cbda6e769525c6f03c182323f39d791000 (diff)
nptl: fix typo in buildsys
0f85b228 used 'filter-pout' instead of 'filter-out'. Fix that. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile.in')
-rw-r--r--libc/sysdeps/linux/common/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile.in b/libc/sysdeps/linux/common/Makefile.in
index bd45d941b..30341fd35 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