diff options
Diffstat (limited to 'gnu/usr.bin/cc/cc1obj/Makefile')
| -rw-r--r-- | gnu/usr.bin/cc/cc1obj/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/usr.bin/cc/cc1obj/Makefile b/gnu/usr.bin/cc/cc1obj/Makefile index 71245e8c8c78..a9c5e1ba8d35 100644 --- a/gnu/usr.bin/cc/cc1obj/Makefile +++ b/gnu/usr.bin/cc/cc1obj/Makefile @@ -1,15 +1,13 @@ -# -# $Id: Makefile,v 1.7 1999/03/05 04:55:03 obrien Exp $ -# +# $Id: Makefile,v 1.6 1999/04/04 16:36:33 obrien Exp $ .include "../Makefile.inc" .PATH: ../cc_tools ${GCCDIR}/objc ${GCCDIR} -PROG = cc1obj -SRCS = objc-parse.c objc-act.c +PROG= cc1obj +SRCS= objc-parse.c objc-act.c # Ugh, compiled twice... -SRCS += c-aux-info.c c-common.c c-convert.c c-decl.c c-iterate.c c-lex.c \ +SRCS+= c-aux-info.c c-common.c c-convert.c c-decl.c c-iterate.c c-lex.c \ c-pragma.c c-typeck.c BINDIR= /usr/libexec NOMAN= 1 |
