summaryrefslogtreecommitdiff
blob: e7ce0651c6b39e743a28646ca4c57c4d925b2a44 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libc/i386sys/Makefile
+++ libc/i386sys/Makefile
@@ -12,7 +12,7 @@
 DOBJ=opendir.o closedir.o readdir.o
 
 ifeq ($(LIB_CPU)-$(LIB_OS),i386-ELKS)
-OBJ=$(LOBJ3) $(LOBJ) $(EOBJ) $(DOBJ) setjmp3.o
+OBJ=$(LOBJ) $(LOBJ) $(EOBJ) $(DOBJ) setjmp3.o
 SYSCALLS=syscalls
 
 CFLAGS=$(ARCH) $(CCFLAGS) $(DEFS)