summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortodd <todd@openbsd.org>2007-09-18 21:06:43 +0000
committertodd <todd@openbsd.org>2007-09-18 21:06:43 +0000
commitd90e7a28a5ac82975e79b3a623e59b1c6e79fe09 (patch)
tree898ae8f41edb17181823162fe90066a63b9f5bc3
parentuse C99 explicit struct initializer instead of deprecated gcc 2.5 (diff)
downloadwireguard-openbsd-d90e7a28a5ac82975e79b3a623e59b1c6e79fe09.tar.xz
wireguard-openbsd-d90e7a28a5ac82975e79b3a623e59b1c6e79fe09.zip
gc an unused line
ok otto@
-rw-r--r--usr.bin/pcc/cc/cpp/Makefile3
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\"