summaryrefslogtreecommitdiff
path: root/usr.bin/pcc/cc
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2007-09-17 07:20:50 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2007-09-17 07:20:50 +0000
commit383ca7837339b95d8df7bda0367ad5f6f56f3c89 (patch)
tree7a2adfc52a867b6f5d8161c662ae73f43013d643 /usr.bin/pcc/cc
parent78bd82b79fdb80709642f906507dbf2b169271d9 (diff)
rm unused -Dos_${TARGOS}
ok otto@
Diffstat (limited to 'usr.bin/pcc/cc')
-rw-r--r--usr.bin/pcc/cc/cc/Makefile4
-rw-r--r--usr.bin/pcc/cc/ccom/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/pcc/cc/cc/Makefile b/usr.bin/pcc/cc/cc/Makefile
index d2d61e88758..be17cf8fc85 100644
--- a/usr.bin/pcc/cc/cc/Makefile
+++ b/usr.bin/pcc/cc/cc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2007/09/16 19:16:58 kjell Exp $
+# $OpenBSD: Makefile,v 1.4 2007/09/17 07:20:49 todd Exp $
#
# Makefile for the cc part of pcc.
#
@@ -11,6 +11,6 @@ TARGMACH= x86
CFLAGS+= -DLIBEXECDIR=\"${PREFIX}/libexec\"
CPPFLAGS+= -I${.CURDIR}/../.. -I${.CURDIR}/../../os/${TARGOS}
-CPPFLAGS+= -Dos_${TARGOS} -Dmach_${TARGMACH}
+CPPFLAGS+= -Dmach_${TARGMACH}
.include <bsd.prog.mk>
diff --git a/usr.bin/pcc/cc/ccom/Makefile b/usr.bin/pcc/cc/ccom/Makefile
index b0ffa4cd613..e8b6c490f27 100644
--- a/usr.bin/pcc/cc/ccom/Makefile
+++ b/usr.bin/pcc/cc/ccom/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2007/09/16 19:16:58 kjell Exp $
+# $OpenBSD: Makefile,v 1.6 2007/09/17 07:20:49 todd Exp $
#
# Makefile for the cpp part of pcc.
#
@@ -16,7 +16,7 @@ CFLAGS+= -DLIBEXECDIR=\"${PREFIX}/libexec\"
CPPFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../../mip
CPPFLAGS+= -I${.CURDIR}/../../arch/${TARGMACH}
CPPFLAGS+= -I${.CURDIR}/../../os/${TARGOS}
-CPPFLAGS+= -Dos_${TARGOS} -Dmach_${TARGMACH}
+CPPFLAGS+= -Dmach_${TARGMACH}
.PATH: ${.CURDIR}/../../arch/${TARGMACH}
.PATH: ${.CURDIR}/../../mip