diff options
author | dg <dg@FreeBSD.org> | 1994-08-19 12:24:45 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-08-19 12:24:45 +0000 |
commit | 38d39efec5efa35e9beb881d7fffd8010337d3dc (patch) | |
tree | 0a67ec62d8b416b33a72e1e47a9d51fbd5264535 | |
parent | 35558b6a08e8e73d6e3151fd78ab280cc0c072cb (diff) | |
download | FreeBSD-src-38d39efec5efa35e9beb881d7fffd8010337d3dc.zip FreeBSD-src-38d39efec5efa35e9beb881d7fffd8010337d3dc.tar.gz |
Don't explicitly define __FreeBSD__ - this is no longer necessary.
-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 1cac6d7..6b484e6 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 |