diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-17 03:00:33 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-17 03:00:33 +0000 |
commit | cffafa9e12b7163abed23634a02a93cf31167412 (patch) | |
tree | cd86f96ae72033f133c56fd90b08c12d6a2542c3 /gnu/usr.bin/cc/Makefile | |
parent | 307a7436ec468f504b825de01e11d4698bd07d52 (diff) |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/Makefile')
-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 c1565e6cc6052..2db6862229f33 100644 --- a/gnu/usr.bin/cc/Makefile +++ b/gnu/usr.bin/cc/Makefile @@ -3,7 +3,7 @@ # The order of some of these are rather important. Some depend on previous # subdirs. -SUBDIR= cc_fbsd cc_tools cc_int cc cc1 cpp0 protoize tradcpp0 +SUBDIR= cc_fbsd cc_tools cc_int cc cc1 cpp0 protoize tradcpp0 doc .if !defined(NO_CPP) SUBDIR+= cpp @@ -11,7 +11,7 @@ SUBDIR+= cpp .if notyet .if !defined(NO_CXX) -SUBDIR+= cc1plus c++ c++filt doc +SUBDIR+= cc1plus c++ c++filt .if !defined(NO_COLLECT2) #SUBDIR+= collect2 .endif |