summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/e1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/e1/Makefile')
-rw-r--r--libc/sysdeps/linux/e1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/e1/Makefile b/libc/sysdeps/linux/e1/Makefile
index c69ccb9e2..29d1c9e47 100644
--- a/libc/sysdeps/linux/e1/Makefile
+++ b/libc/sysdeps/linux/e1/Makefile
@@ -17,7 +17,7 @@ CRT_OBJ := crt0.o
CTOR_TARGETS := $(TOPDIR)lib/crti.o $(TOPDIR)lib/crtn.o
# why is crt1.c listed in CSRC ?
-CSRC := crt1.c syscalls.c longjmp.c setjmp.c vfork.c
+CSRC := crt1.c syscalls.c longjmp.c setjmp.c
OBJS := $(patsubst %.c,%.o, $(CSRC))
OBJ_LIST := ../../../obj.sysdeps.$(TARGET_ARCH)