diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-11 04:51:45 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-11 04:51:45 +0000 |
commit | 6ffd9aaeaa6fdcadb01c05469521400bd7119fc6 (patch) | |
tree | 05fc7f51897b2d16480ef2b47b60bb7f36101333 /gnu | |
parent | 00909002b6c6487ad3ede55a4b85aa32dcd3e588 (diff) | |
download | FreeBSD-src-6ffd9aaeaa6fdcadb01c05469521400bd7119fc6.zip FreeBSD-src-6ffd9aaeaa6fdcadb01c05469521400bd7119fc6.tar.gz |
Sorry, I did not mean to turn collect2 back on yet.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile index 06dee66..cd7b47f 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 |