summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-08-03 17:57:10 +0000
committerEric Andersen <andersen@codepoet.org>2000-08-03 17:57:10 +0000
commitf6715fc37990a65ca16f09b4699459ff3eaa9902 (patch)
tree9f5657da3307813051d9722a2e74483e3eb51dee
parent12db3c625abd07bae2a9ed2dd63c8ebe70b82421 (diff)
Fix spelling
-rw-r--r--libc/sysdeps/linux/i386/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile
index ee14d0af6..4db2b57fc 100644
--- a/libc/sysdeps/linux/i386/Makefile
+++ b/libc/sysdeps/linux/i386/Makefile
@@ -14,7 +14,7 @@ LIBC=$(TOPDIR)libc.a
.S.o:
$(CC) $(CFLAGS) -c -o $*.o $<
-SSRC=syscall.S
+SSRC=syscalls.S
OBJ= setjmp.o longjmp.o readdir.o _start.o _exit.o #select.o
include makefile.objs