diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-09-22 14:14:32 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-09-22 14:14:32 +0000 |
| commit | 0ad2ff70eee4ac9521c69490f3dd0865921747bf (patch) | |
| tree | f9939c3582af50ab3af1230eb1bc28d77d548ec4 /gnu | |
| parent | 182b05e19e6be7013d4fe15f98983cb78b92c3ec (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/as/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc1/Makefile | 6 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc1plus/Makefile | 6 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/Makefile | 5 |
4 files changed, 8 insertions, 13 deletions
diff --git a/gnu/usr.bin/as/Makefile b/gnu/usr.bin/as/Makefile index c8d73c3af44e..50e4ac8cad08 100644 --- a/gnu/usr.bin/as/Makefile +++ b/gnu/usr.bin/as/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 6.1 (Berkeley) 3/3/91 -# $Id: Makefile,v 1.7 1995/01/16 17:40:57 ache Exp $ +# $Id: Makefile,v 1.8 1995/05/30 04:45:55 rgrimes Exp $ .include "config/Makefile.$(MACHINE)" @@ -27,8 +27,6 @@ SRCS+= app.c as.c atof-generic.c bignum-copy.c \ CFLAGS+= -I$(.CURDIR) ${ADDINCLUDE} -I$(.CURDIR)/config \ -DOLD_GAS -DSIGTY=void -Derror=as_fatal \ -DSUB_SEGMENT_ALIGN=4 -DFREEBSD_AOUT -DPADD+= ${LIBGNUMALLOC} -LDADD+= -lgnumalloc CONF_HEADERS= targ-cpu.h obj-format.h host.h targ-env.h diff --git a/gnu/usr.bin/cc/cc1/Makefile b/gnu/usr.bin/cc/cc1/Makefile index 3ef760833356..b40dae59314b 100644 --- a/gnu/usr.bin/cc/cc1/Makefile +++ b/gnu/usr.bin/cc/cc1/Makefile @@ -1,12 +1,12 @@ # -# $Id$ +# $Id: Makefile,v 1.5 1994/11/15 04:51:32 phk Exp $ # PROG = cc1 SRCS = c-aux-info.c c-convert.c c-decl.c c-iterate.c c-lang.c c-lex.c c-parse.c c-pragma.c c-typeck.c BINDIR= /usr/libexec NOMAN= 1 -DPADD+= ${LIBCC_INT} ${LIBGNUMALLOC} -LDADD+= -lcc_int -lgnumalloc +DPADD+= ${LIBCC_INT} +LDADD+= -lcc_int .include <bsd.prog.mk> diff --git a/gnu/usr.bin/cc/cc1plus/Makefile b/gnu/usr.bin/cc/cc1plus/Makefile index 22bdba3606db..59d46f0393d9 100644 --- a/gnu/usr.bin/cc/cc1plus/Makefile +++ b/gnu/usr.bin/cc/cc1plus/Makefile @@ -1,12 +1,12 @@ # -# $Id$ +# $Id: Makefile,v 1.5 1994/11/15 04:51:37 phk Exp $ # PROG = cc1plus SRCS = call.c class.c cvt.c decl.c decl2.c edsel.c errfn.c error.c except.c expr.c gc.c init.c lex.c method.c parse.c pt.c ptree.c search.c sig.c spew.c tree.c typeck.c typeck2.c xref.c BINDIR= /usr/libexec NOMAN= 1 -DPADD+= ${LIBCC_INT} ${LIBGNUMALLOC} -LDADD+= -lcc_int -lgnumalloc +DPADD+= ${LIBCC_INT} +LDADD+= -lcc_int .include <bsd.prog.mk> diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile index 218164eee68e..132c6751bf28 100644 --- a/gnu/usr.bin/ld/Makefile +++ b/gnu/usr.bin/ld/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1994/08/19 12:24:45 davidg Exp $ +# $Id: Makefile,v 1.16 1994/12/23 22:30:29 nate Exp $ # PROG= ld @@ -6,9 +6,6 @@ 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) LDFLAGS+= -Xlinker -Bstatic -DPADD+= $(LIBGNUMALLOC) -LDADD+= -lgnumalloc - SUBDIR= ldconfig ldd .if !defined(NOPIC) SUBDIR+= rtld |
