diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2007-09-18 21:06:44 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2007-09-18 21:06:44 +0000 |
commit | 3f52b824168b8743c53ff47ac2278be7ed638c5e (patch) | |
tree | 5f8440679023be0970c07ffd79efcbc2b06bc9b9 /usr.bin | |
parent | 2ab5af315f756ae73e29b068fc14d031be5a62a2 (diff) |
gc an unused line
ok otto@
Diffstat (limited to 'usr.bin')
-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\" |