Don't delete c++filt when doing a make delete-old if GCC is not built but
C++ is.
This commit is contained in:
parent
1a29bd50ff
commit
a5bfe4486c
@ -1546,7 +1546,9 @@ OLD_FILES+=usr/share/man/man8/unstr.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_GCC} == no
|
||||
.if ${MK_CXX} == no
|
||||
OLD_FILES+=usr/bin/c++filt
|
||||
.endif
|
||||
OLD_FILES+=usr/bin/g++
|
||||
OLD_FILES+=usr/bin/gcc
|
||||
OLD_FILES+=usr/bin/gcov
|
||||
|
Loading…
Reference in New Issue
Block a user