diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-04 19:45:09 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-04 19:45:09 +0000 |
commit | 8df64a7d4f996e8d6d2c830193dfae6979e36a42 (patch) | |
tree | 45ff9e759a2dc24cc86b104f13db9db33e8db8f0 /gnu/usr.bin/cc/Makefile | |
parent | e7dc92f0f96b7bab4ff7e22edd9e7cd78982b404 (diff) |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/Makefile')
-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 bd4cc292a2d56..c4d939d71bc89 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 doc +SUBDIR= cc_tools cc_int cc cc1 cpp0 protoize tradcpp0 doc .if !defined(NO_CPP) SUBDIR+= cpp |