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/usr.bin/cc | |
| parent | 182b05e19e6be7013d4fe15f98983cb78b92c3ec (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
| -rw-r--r-- | gnu/usr.bin/cc/cc1/Makefile | 6 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc1plus/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
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> |
