summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-09-27 07:48:05 +0000
committerEric Andersen <andersen@codepoet.org>2001-09-27 07:48:05 +0000
commit78b5c6dad40a526777091ebb1d5b858eaa9a2cc8 (patch)
treeeb2509cbc292c9973ef76458db81955ad792ec7f /libc/sysdeps/linux/arm/Makefile
parent88a880c205dca334488cbcf09faaf0fdc986b880 (diff)
Sigh. Erik mucks it up again...
Diffstat (limited to 'libc/sysdeps/linux/arm/Makefile')
-rw-r--r--libc/sysdeps/linux/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/Makefile b/libc/sysdeps/linux/arm/Makefile
index 482d84497..a27d20856 100644
--- a/libc/sysdeps/linux/arm/Makefile
+++ b/libc/sysdeps/linux/arm/Makefile
@@ -36,7 +36,7 @@ CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0))
SSRC=longjmp.S setjmp.S vfork.S
SOBJS=$(patsubst %.S,%.o, $(SSRC))
-CSRC=ioperm.c
+CSRC=inout_bwl.c
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(SOBJS) $(MOBJ) $(COBJS)