From cffafa9e12b7163abed23634a02a93cf31167412 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 17 May 2002 03:00:33 +0000 Subject: Do not cut `docs' out of the build with NO_CXX. There are no longer GNU C++ specific info files, and it was a bug with Gcc 2.95 that NO_CXX would cause the C and CPP info files to not be installed. --- gnu/usr.bin/cc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/cc/Makefile') 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 -- cgit v1.2.3