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 | |
parent | d19eeaea769dd91ddff7a7273be6ea150e450aaf (diff) | |
download | src-75b40a6f557dd59599d4e92a392371c47d2f2cd1.tar.gz src-75b40a6f557dd59599d4e92a392371c47d2f2cd1.zip |
-g removed from CFLAGS (with permissions from Paul)
Notes
Notes:
svn path=/head/; revision=702
Diffstat (limited to 'gnu')
-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 |