summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-11-28 12:30:20 +0000
committermarcel <marcel@FreeBSD.org>1999-11-28 12:30:20 +0000
commit66f5fff52e9d967b9edf43404cf8b1e91c2770eb (patch)
tree8c528f3132a1020dc68690c53a0466a926f93232 /gnu
parent4fc2be7713cef166bdd3005aecf43233f1ace2de (diff)
downloadFreeBSD-src-66f5fff52e9d967b9edf43404cf8b1e91c2770eb.zip
FreeBSD-src-66f5fff52e9d967b9edf43404cf8b1e91c2770eb.tar.gz
remove cc1obj from the original SUBDIR list since it's made optional
in the previous commit resulting. Forgotten by: obrien
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile
index 3196035..3c28c5b 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
OpenPOWER on IntegriCloud