From 3f52b824168b8743c53ff47ac2278be7ed638c5e Mon Sep 17 00:00:00 2001 From: "Todd T. Fries" Date: Tue, 18 Sep 2007 21:06:44 +0000 Subject: gc an unused line ok otto@ --- usr.bin/pcc/cc/cpp/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin') 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\" -- cgit v1.2.3