From e4e244ac16d0b024b1fa3fded5d45b4e48e730f5 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Fri, 19 Aug 1994 12:24:45 +0000 Subject: [PATCH] Don't explicitly define __FreeBSD__ - this is no longer necessary. --- gnu/usr.bin/ld/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile index 1cac6d7ec9c..6b484e68fe7 100644 --- a/gnu/usr.bin/ld/Makefile +++ b/gnu/usr.bin/ld/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.13 1993/12/04 00:52:54 jkh Exp $ +# $Id: Makefile,v 1.14 1994/02/14 10:02:13 rgrimes Exp $ # PROG= ld SRCS= ld.c symbol.c lib.c shlib.c warnings.c etc.c rrs.c xbits.c md.c -CFLAGS += -D__FreeBSD__ -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE) +CFLAGS += -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE) LDADD+= -lgnumalloc DPADD+= /usr/lib/libgnumalloc.a