diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-04 16:36:35 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-04 16:36:35 +0000 |
| commit | 18ff6ae909e7ce64495fee31ac83b770eda540b2 (patch) | |
| tree | d03d78886af84b6f9d6f85827e1c247ccfb9fe57 /gnu/usr.bin/cc/cc1 | |
| parent | eec64f7486b83d0692714786084cbc7c9e1a402e (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cc1')
| -rw-r--r-- | gnu/usr.bin/cc/cc1/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/cc1/Makefile b/gnu/usr.bin/cc/cc1/Makefile index 9be4343114591..091203ee9920e 100644 --- a/gnu/usr.bin/cc/cc1/Makefile +++ b/gnu/usr.bin/cc/cc1/Makefile @@ -1,11 +1,15 @@ # -# $Id: Makefile,v 1.11 1997/02/22 15:44:53 peter Exp $ +# $Id: Makefile,v 1.14 1999/03/05 04:55:03 obrien Exp $ # + +.include "../Makefile.inc" + +.PATH: ../cc_tools ${GCCDIR} PROG = cc1 SRCS = c-parse.c \ - c-aux-info.c c-convert.c c-decl.c c-iterate.c c-lang.c c-lex.c \ - c-typeck.c + c-aux-info.c c-common.c c-convert.c c-decl.c c-iterate.c c-lang.c \ + c-lex.c c-pragma.c c-typeck.c BINDIR= /usr/libexec NOMAN= 1 NOSHARED=yes |
