summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/Makefile
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2006-11-20 17:08:35 +0000
committerskrll <skrll@NetBSD.org>2006-11-20 17:08:35 +0000
commit768e889c8be080dedeac247a22916dfbf114abf1 (patch)
tree08b0c10fc0556bcdb0ee16f3f27201e313663177 /gnu/usr.bin/Makefile
parent500bebac905ae00be6b1c0dc069123f706cc20a1 (diff)
Delete more gcc3 stuff.
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r--gnu/usr.bin/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index a33e802a4e5..efbaf73b538 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.125 2006/11/01 13:18:03 apb Exp $
+# $NetBSD: Makefile,v 1.126 2006/11/20 17:08:40 skrll Exp $
# for OBJECT_FMT
.include <bsd.own.mk>
@@ -25,11 +25,7 @@ SUBDIR+= gdb6
.endif
.if ${MKGCCCMDS} != "no"
-.if ${HAVE_GCC} == "3"
-SUBDIR+= gcc3
-.else
SUBDIR+= gcc4
.endif
-.endif
.include <bsd.subdir.mk>