diff options
| -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 | ||||
| -rw-r--r-- | usr.bin/make/Makefile | 5 |
5 files changed, 9 insertions, 17 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 diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index c4c40645368e..09142d5e744c 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.2 (Berkeley) 12/28/90 -# $Id: Makefile,v 1.3 1995/01/23 21:00:09 jkh Exp $ +# $Id: Makefile,v 1.4 1995/06/16 22:46:38 ache Exp $ PROG= make CFLAGS+= -I${.CURDIR} -DPOSIX -DSYSVINCLUDE @@ -12,7 +12,4 @@ SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \ lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c .PATH: ${.CURDIR}/lst.lib -LDADD+= -lgnumalloc -DPADD+= /usr/lib/libgnumalloc.a - .include <bsd.prog.mk> |
