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.
This commit is contained in:
parent
35c92f131c
commit
0e6872a9ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user