diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2004-11-07 13:46:56 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2004-11-07 13:46:56 +0000 |
| commit | 307971459edc7ed0a961ee21f47bbad2c402a61e (patch) | |
| tree | 53ac220a4d3286156aff26fef7b378498a796b09 /gnu | |
| parent | 9e03fe9114b1b1f327cdb746363b5fd78523f046 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile index 69b4eb93e275d..dbe7b2e3982c2 100644 --- a/gnu/usr.bin/cc/Makefile +++ b/gnu/usr.bin/cc/Makefile @@ -3,14 +3,14 @@ # The order of some of these are rather important. Some depend on previous # subdirs. -SUBDIR= cc_tools cc_int cc cc1 include protoize doc +SUBDIR= cc_tools cc_int cc cc1 include protoize doc .if !defined(NO_CPP) SUBDIR+= cpp .endif .if !defined(NO_CXX) -SUBDIR+= cc1plus c++ +SUBDIR+= cc1plus c++ c++filt .if !defined(NO_COLLECT2) #SUBDIR+= collect2 .endif |
