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/cpp | |
| parent | eec64f7486b83d0692714786084cbc7c9e1a402e (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cpp')
| -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 |
