I yelled, I warned and now I am SCREAMING. Add -D__FreeBSD__ to CFLAGS+=

so that you can bootstrap a 1.0.2 system.  Please oh please no one but
no one add any more #ifdef __FreeBSD__ stuff UNTIL 1.1 has SHIPPED!!!
This commit is contained in:
Rodney W. Grimes 1994-02-14 10:02:13 +00:00
parent 14a24404ef
commit 44ff78b7aa
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $Id: Makefile,v 1.12 1993/12/02 09:56:30 ache Exp $
# $Id: Makefile,v 1.13 1993/12/04 00:52:54 jkh Exp $
#
PROG= ld
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)
CFLAGS += -D__FreeBSD__ -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE)
LDADD+= -lgnumalloc
DPADD+= /usr/lib/libgnumalloc.a