diff options
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/sysdeps/linux/common/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index c5c420678..6e6f716a2 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -51,7 +51,7 @@ $(LIBC): ar-target  ar-target: $(OBJ) $(TOPDIR)lib/crti.o $(TOPDIR)lib/crtn.o  	$(AR) $(ARFLAGS) $(LIBC) $(OBJ) -	(cd $(TOPDIR)lib/; ln -s crt0.o crt1.o) +	(cd $(TOPDIR)lib/; ln -fs crt0.o crt1.o)  $(MOBJ): $(MSRC)  	$(CC) $(CFLAGS) -DL_$* $< -c -o $*.o | 
