diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-10-01 20:16:27 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-10-01 20:16:27 +0000 |
| commit | 1661971e0f7de454c5b42f9d26190448f80df265 (patch) | |
| tree | 802b4b48a5ddfc9099b9f854753d96007ce64b2d /gnu/usr.bin | |
| parent | 23e56ee8d756f043e47e83ffe17c21b160ed940d (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/cc/cc1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc1/Makefile b/gnu/usr.bin/cc/cc1/Makefile index b40dae59314b..0266f861f9f1 100644 --- a/gnu/usr.bin/cc/cc1/Makefile +++ b/gnu/usr.bin/cc/cc1/Makefile @@ -1,11 +1,12 @@ # -# $Id: Makefile,v 1.5 1994/11/15 04:51:32 phk Exp $ +# $Id: Makefile,v 1.6 1995/09/22 14:14:21 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 +NOSHARED= true DPADD+= ${LIBCC_INT} LDADD+= -lcc_int |
