about summary refs log tree commit diff
path: root/malloc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-08-15 14:14:10 +0000
committerUlrich Drepper <drepper@redhat.com>1998-08-15 14:14:10 +0000
commitd610a5446b9b7ad7f59f79722b6ce97dd9a03d16 (patch)
treea6f3ea4ee6de3c0392a7a6b8abdd8872a4923714 /malloc
parent409dfcea953837975cd8cb52e16197c85803930a (diff)
downloadglibc-d610a5446b9b7ad7f59f79722b6ce97dd9a03d16.tar.gz
glibc-d610a5446b9b7ad7f59f79722b6ce97dd9a03d16.tar.xz
glibc-d610a5446b9b7ad7f59f79722b6ce97dd9a03d16.zip
Update.
1998-08-15 14:11  Ulrich Drepper  <drepper@cygnus.com>

	* elf/elf.h: Add PPC Diab relocations.

	* malloc/Makefile (libmcheck.a): Use $(LN_S) not ln.
Diffstat (limited to 'malloc')
-rw-r--r--malloc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile
index 0da5540b44..89a49a29a9 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