diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile index 57fdddcd6b3..1c60e2b0b54 100644 --- a/gnu/usr.bin/ld/Makefile +++ b/gnu/usr.bin/ld/Makefile @@ -1,10 +1,12 @@ -# $Id$ +# $Id: Makefile,v 1.21 1997/02/22 15:46:17 peter Exp $ # PROG= ld -SRCS= ld.c symbol.c lib.c shlib.c warnings.c support.c rrs.c xbits.c md.c cplus-dem.c -CFLAGS += -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE) -I$(GCCDIR) -DIN_GCC -DDEMANGLE_CPLUSPLUS -LDFLAGS+= -Xlinker -Bstatic +SRCS= ld.c symbol.c lib.c shlib.c warnings.c support.c rrs.c xbits.c md.c \ + cplus-dem.c +CFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE) \ + -I$(GCCDIR) -DIN_GCC -DDEMANGLE_CPLUSPLUS +NOSHARED?= yes GCCDIR= ${.CURDIR}/../../../contrib/gcc