diff options
Diffstat (limited to 'gnu/usr.bin/cc/cpp/Makefile')
| -rw-r--r-- | gnu/usr.bin/cc/cpp/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile index 35efdec4f063..881c5f5daa89 100644 --- a/gnu/usr.bin/cc/cpp/Makefile +++ b/gnu/usr.bin/cc/cpp/Makefile @@ -1,7 +1,12 @@ -# $Id$ +# $Id: Makefile,v 1.13 1999/03/05 04:55:03 obrien Exp $ + +.include "../Makefile.inc" + +.PATH: ${GCCDIR} PROG= cpp -SRCS= cccp.c cexp.y obstack.c version.c +SRCS= cccp.c cexp.y obstack.c prefix.c version.c +CFLAGS+= -DPREFIX=\"/usr\" YACC= ${BISON} YFLAGS= BINDIR= /usr/libexec |
