Desupport the *_COLLECT2 no-op.
This commit is contained in:
parent
8aed544b7c
commit
09fb328353
@ -13,9 +13,9 @@ SUBDIR+= cpp
|
||||
|
||||
.if ${MK_CXX} != "no"
|
||||
SUBDIR+= cc1plus c++ c++filt
|
||||
.if ${MK_COLLECT2} != "no"
|
||||
#.if ${MK_COLLECT2} != "no"
|
||||
#SUBDIR+= collect2
|
||||
.endif
|
||||
#.endif
|
||||
.endif
|
||||
|
||||
.if ${MK_OBJC} != "no"
|
||||
|
@ -209,7 +209,6 @@ WITHOUT_${var}=
|
||||
BLUETOOTH \
|
||||
BOOT \
|
||||
CALENDAR \
|
||||
COLLECT2 \
|
||||
CPP \
|
||||
CRYPT \
|
||||
CVS \
|
||||
@ -296,7 +295,6 @@ WITH_IDEA=
|
||||
BLUETOOTH \
|
||||
BOOT \
|
||||
CALENDAR \
|
||||
COLLECT2 \
|
||||
CPP \
|
||||
CRYPT \
|
||||
CVS \
|
||||
@ -403,10 +401,6 @@ MK_OPENSSH:= no
|
||||
MK_KERBEROS:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_CXX} == "no"
|
||||
MK_COLLECT2:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_IPX} == "no"
|
||||
MK_NCP:= no
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user