diff options
Diffstat (limited to 'libc/sysdeps/linux/cris/Makefile')
-rw-r--r-- | libc/sysdeps/linux/cris/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/cris/Makefile b/libc/sysdeps/linux/cris/Makefile index 095e8815c..1b5735e9b 100644 --- a/libc/sysdeps/linux/cris/Makefile +++ b/libc/sysdeps/linux/cris/Makefile @@ -30,7 +30,7 @@ ifeq ($(UNIFIED_SYSCALL),y) endif SOBJS=$(patsubst %.S,%.o, $(SSRC)) -CSRC= __init_brk.c brk.c sbrk.c vfork.c +CSRC= __init_brk.c brk.c sbrk.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(COBJS) |