summaryrefslogtreecommitdiff
path: root/mk/compiler
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-07-06 22:49:16 +0000
committerwiz <wiz@pkgsrc.org>2004-07-06 22:49:16 +0000
commitd4e8b4431573754155afe43df938cd3f257e4ebc (patch)
tree8ddd6f5fbca3030a00649cceea94d5dd34d4b845 /mk/compiler
parent4237d54a346f23a3809e46440e393d61648b69bd (diff)
downloadpkgsrc-d4e8b4431573754155afe43df938cd3f257e4ebc.tar.gz
Retire buildlink2, now that all packages using it have been converted to
buildlink3.
Diffstat (limited to 'mk/compiler')
-rw-r--r--mk/compiler/gcc.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk
index 34f3779310f..fa359e4c9e9 100644
--- a/mk/compiler/gcc.mk
+++ b/mk/compiler/gcc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.68 2004/07/03 11:25:49 grant Exp $
+# $NetBSD: gcc.mk,v 1.69 2004/07/06 22:49:18 wiz Exp $
.if !defined(COMPILER_GCC_MK)
COMPILER_GCC_MK= defined
@@ -363,11 +363,7 @@ PREPEND_PATH+= ${_GCC_DIR}/bin
# Add the dependency on GCC.
.if !empty(_USE_PKGSRC_GCC:M[yY][eE][sS])
-. if empty(USE_BUILDLINK2:M[nN][oO])
-. for _dir_ in ${_GCC_PKGSRCDIR}
-. include "${_dir_}/buildlink2.mk"
-. endfor
-. elif !empty(USE_BUILDLINK3:M[yY][eE][sS])
+. if !empty(USE_BUILDLINK3:M[yY][eE][sS])
. for _dir_ in ${_GCC_PKGSRCDIR}
. include "${_dir_}/buildlink3.mk"
. endfor