diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-08-15 14:14:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-08-15 14:14:10 +0000 |
commit | d610a5446b9b7ad7f59f79722b6ce97dd9a03d16 (patch) | |
tree | a6f3ea4ee6de3c0392a7a6b8abdd8872a4923714 /malloc/Makefile | |
parent | 409dfcea953837975cd8cb52e16197c85803930a (diff) | |
download | glibc-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/Makefile')
-rw-r--r-- | malloc/Makefile | 2 |
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 |