Reconnect c++filt to the build.

This commit is contained in:
Alexander Kabaev 2004-11-07 13:46:56 +00:00
parent 9e03fe9114
commit 307971459e

View File

@ -3,14 +3,14 @@
# The order of some of these are rather important. Some depend on previous
# subdirs.
SUBDIR= cc_tools cc_int cc cc1 include protoize doc
SUBDIR= cc_tools cc_int cc cc1 include protoize doc
.if !defined(NO_CPP)
SUBDIR+= cpp
.endif
.if !defined(NO_CXX)
SUBDIR+= cc1plus c++
SUBDIR+= cc1plus c++ c++filt
.if !defined(NO_COLLECT2)
#SUBDIR+= collect2
.endif