summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-01-05 06:04:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-01-05 06:04:10 +0000
commitfae11af5cfd816fe1eba1bd39c5c5a645518d601 (patch)
tree810e6a8dcdc1dca84c62f32991b19819ea2aa05e /cpukit/libcsupport/Makefile.am
parentRemove installation of libnetworking/sys/uio.h. (diff)
downloadrtems-fae11af5cfd816fe1eba1bd39c5c5a645518d601.tar.bz2
Build writev.c/readv.c for NEWLIB.
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index e289d9fd75..9d59167e65 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -67,7 +67,7 @@ SYSTEM_CALL_C_FILES = src/open.c src/close.c src/read.c src/write.c \
## Until sys/uio.h is moved to libcsupport, we have to have networking
## enabled to compile these. Hopefully this is a temporary situation.
-if LIBNETWORKING
+if NEWLIB
SYSTEM_CALL_C_FILES += src/readv.c src/writev.c
endif