Browse Source

Fix spelling

Eric Andersen 24 years ago
parent
commit
f6715fc379
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/i386/Makefile

+ 1 - 1
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