From c00b947e3f5f14f9613c47a9edc27d1d3efbe8a3 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 11 May 2002 04:51:45 +0000 Subject: [PATCH] Sorry, I did not mean to turn collect2 back on yet. --- gnu/usr.bin/cc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile index 06dee66ff6e..cd7b47f4375 100644 --- a/gnu/usr.bin/cc/Makefile +++ b/gnu/usr.bin/cc/Makefile @@ -12,7 +12,7 @@ SUBDIR+= cpp .if !defined(NO_CXX) SUBDIR+= cc1plus c++ c++filt doc .if !defined(NO_COLLECT2) -SUBDIR+= collect2 +#SUBDIR+= collect2 .endif .endif