OptionalObsoleteFiles: don't remove c++filt when using ELF Tool Chain

c++filt is listed here twice, for MK_CXX == no and MK_GCC == no, but
r282285 only caught one of them.
This commit is contained in:
Ed Maste 2015-05-01 16:37:40 +00:00
parent 6d252764ec
commit 45cf4a7cd6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282303

View File

@ -1722,7 +1722,9 @@ OLD_FILES+=usr/share/man/man8/unstr.8.gz
.endif
.if ${MK_GCC} == no
.if ${MK_ELFTOOLCHAIN_TOOLS} == no
OLD_FILES+=usr/bin/c++filt
.endif
OLD_FILES+=usr/bin/g++
OLD_FILES+=usr/bin/gcc
OLD_FILES+=usr/bin/gcov