From b3430d5dc6dea930b9e3daae37439432a4e27b5c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 25 Oct 2002 13:52:23 +0000 Subject: Overwriting the crt1.o link is fine --- libc/sysdeps/linux/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3