aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-03-21 08:59:36 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-03-21 08:59:36 +0000
commitd55557650a557792b2ec7458a096ab3156a96ad2 (patch)
tree80443f1514be8bc8f72a236738e39d550e31e0d5 /gnu/usr.bin/cc/Makefile
parent568b4ebbcc8262191e6198220896650ab85a0312 (diff)
downloadsrc-d55557650a557792b2ec7458a096ab3156a96ad2.tar.gz
src-d55557650a557792b2ec7458a096ab3156a96ad2.zip
Desupport the *_COLLECT2 no-op.
Notes
Notes: svn path=/head/; revision=156935
Diffstat (limited to 'gnu/usr.bin/cc/Makefile')
-rw-r--r--gnu/usr.bin/cc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile
index b1aa973a6987..7dfd3c3639e2 100644
--- a/gnu/usr.bin/cc/Makefile
+++ b/gnu/usr.bin/cc/Makefile
@@ -13,9 +13,9 @@ SUBDIR+= cpp
.if ${MK_CXX} != "no"
SUBDIR+= cc1plus c++ c++filt
-.if ${MK_COLLECT2} != "no"
+#.if ${MK_COLLECT2} != "no"
#SUBDIR+= collect2
-.endif
+#.endif
.endif
.if ${MK_OBJC} != "no"