diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1993-11-05 01:35:24 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1993-11-05 01:35:24 +0000 |
| commit | 75b40a6f557dd59599d4e92a392371c47d2f2cd1 (patch) | |
| tree | f18a1381e071c6b290d8ca38ce73407d524b1e2e /gnu/usr.bin/ld/Makefile | |
| parent | d19eeaea769dd91ddff7a7273be6ea150e450aaf (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/ld/Makefile')
| -rw-r--r-- | gnu/usr.bin/ld/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile index ff87a3980043..8b4333781b7c 100644 --- a/gnu/usr.bin/ld/Makefile +++ b/gnu/usr.bin/ld/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.8 1993/11/03 13:01:36 cgd Exp $ +# $Id: Makefile,v 1.2 1993/11/03 23:40:52 paul Exp $ # PROG= ld SRCS= ld.c symbol.c lib.c shlib.c warnings.c etc.c rrs.c xbits.c md.c -CFLAGS += -g -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE) +CFLAGS += -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE) LDADD+= -lgnumalloc DPADD+= /usr/lib/libgnumalloc.a |
