aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-08-29 17:38:28 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-08-29 17:38:28 +0000
commit6439f9e911b81fbb69992ec2d6e735f9d5df7fd8 (patch)
tree2993832eddea8b58f52615e63083df1dc4c50b63 /gnu/usr.bin/cc
parentdd3065a57a9b3bf8261e2f6bf333bb968c05a981 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/cc1/Makefile4
-rw-r--r--gnu/usr.bin/cc/cc1plus/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/cc1/Makefile b/gnu/usr.bin/cc/cc1/Makefile
index 745dc27f0fef..7cbe60bbe4fa 100644
--- a/gnu/usr.bin/cc/cc1/Makefile
+++ b/gnu/usr.bin/cc/cc1/Makefile
@@ -6,7 +6,7 @@ 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}
-LDADD+= -lcc_int
+DPADD+= ${LIBCC_INT} ${LIBGNUMALLOC}
+LDADD+= -lcc_int -lgnumalloc
.include <bsd.prog.mk>
diff --git a/gnu/usr.bin/cc/cc1plus/Makefile b/gnu/usr.bin/cc/cc1plus/Makefile
index 5e4362654c6e..d41934b0fcb7 100644
--- a/gnu/usr.bin/cc/cc1plus/Makefile
+++ b/gnu/usr.bin/cc/cc1plus/Makefile
@@ -6,7 +6,7 @@ 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}
-LDADD+= -lcc_int
+DPADD+= ${LIBCC_INT} ${LIBGNUMALLOC}
+LDADD+= -lcc_int -lgnumalloc
.include <bsd.prog.mk>