diff options
author | phk <phk@FreeBSD.org> | 1995-09-22 14:14:32 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-09-22 14:14:32 +0000 |
commit | d6ac54a0db32a8b6debbcfe209a1c92ffbdbf652 (patch) | |
tree | f9939c3582af50ab3af1230eb1bc28d77d548ec4 /gnu/usr.bin/ld | |
parent | 42a27824b7e94c17649f1bf4eecce7949d3728da (diff) | |
download | FreeBSD-src-d6ac54a0db32a8b6debbcfe209a1c92ffbdbf652.zip FreeBSD-src-d6ac54a0db32a8b6debbcfe209a1c92ffbdbf652.tar.gz |
Stop using gnumalloc.
Diffstat (limited to 'gnu/usr.bin/ld')
-rw-r--r-- | gnu/usr.bin/ld/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile index 218164e..132c675 100644 --- a/gnu/usr.bin/ld/Makefile +++ b/gnu/usr.bin/ld/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1994/08/19 12:24:45 davidg Exp $ +# $Id: Makefile,v 1.16 1994/12/23 22:30:29 nate Exp $ # PROG= ld @@ -6,9 +6,6 @@ SRCS= ld.c symbol.c lib.c shlib.c warnings.c etc.c rrs.c xbits.c md.c CFLAGS += -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE) LDFLAGS+= -Xlinker -Bstatic -DPADD+= $(LIBGNUMALLOC) -LDADD+= -lgnumalloc - SUBDIR= ldconfig ldd .if !defined(NOPIC) SUBDIR+= rtld |