diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-11 04:51:45 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-11 04:51:45 +0000 |
| commit | c00b947e3f5f14f9613c47a9edc27d1d3efbe8a3 (patch) | |
| tree | 05fc7f51897b2d16480ef2b47b60bb7f36101333 | |
| parent | ec3cd764a8598f899e590a71ae1719182680b479 (diff) | |
Notes
| -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 06dee66ff6ef..cd7b47f43754 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 |
