From d610a5446b9b7ad7f59f79722b6ce97dd9a03d16 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 15 Aug 1998 14:14:10 +0000 Subject: Update. 1998-08-15 14:11 Ulrich Drepper * elf/elf.h: Add PPC Diab relocations. * malloc/Makefile (libmcheck.a): Use $(LN_S) not ln. --- malloc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc') diff --git a/malloc/Makefile b/malloc/Makefile index 0da5540..89a49a2 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -62,7 +62,7 @@ include ../Rules $(objpfx)libmcheck.a: $(objpfx)mcheck-init.o -rm -f $@ - ln $< $@ + $(LN_S) $< $@ lib: $(objpfx)libmcheck.a -- cgit v1.1