diff options
| author | skrll <skrll@NetBSD.org> | 2006-11-20 17:08:35 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2006-11-20 17:08:35 +0000 |
| commit | 768e889c8be080dedeac247a22916dfbf114abf1 (patch) | |
| tree | 08b0c10fc0556bcdb0ee16f3f27201e313663177 /gnu/usr.bin/Makefile | |
| parent | 500bebac905ae00be6b1c0dc069123f706cc20a1 (diff) | |
Delete more gcc3 stuff.
Diffstat (limited to 'gnu/usr.bin/Makefile')
| -rw-r--r-- | gnu/usr.bin/Makefile | 6 |
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> |
