diff options
Diffstat (limited to 'usr.bin/pcc/cc')
-rw-r--r-- | usr.bin/pcc/cc/cpp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/pcc/cc/cpp/Makefile b/usr.bin/pcc/cc/cpp/Makefile index 1680d32a4c4..467d45f1408 100644 --- a/usr.bin/pcc/cc/cpp/Makefile +++ b/usr.bin/pcc/cc/cpp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/09/16 19:16:59 kjell Exp $ +# $OpenBSD: Makefile,v 1.4 2007/09/18 21:06:43 todd Exp $ # # Makefile for the cpp part of pcc. # @@ -7,7 +7,6 @@ PREFIX= /usr/local BINDIR= ${PREFIX}/libexec MANDIR= ${PREFIX}/man/man TARGOS= openbsd -TARGMACH= x86 CFLAGS+= -DCPP_DEBUG -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror CFLAGS+= -DLIBEXECDIR=\"${PREFIX}/libexec\" |