diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-11-28 12:30:20 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-11-28 12:30:20 +0000 |
| commit | 37929912033866b5e143f6b6d86754a79bc4866f (patch) | |
| tree | 5103a6b3be9e4ba0894db485ebe47e226888a86d /gnu | |
| parent | a082153a1fb12fd97c205e84bc1279bf142f8244 (diff) | |
Notes
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 319603522846..3c28c5b4f249 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_tools cc_int cc_drv cpp cc1 cc cc1obj cc1plus c++ c++filt doc +SUBDIR= cc_tools cc_int cc_drv cpp cc1 cc cc1plus c++ c++filt doc .if !defined(NO_OBJC) SUBDIR+= cc1obj |
