Makefile.inc1: remove no-longer required variable
This variable is unsed since r364760 but I forgot to delete it in that commit. Reported By: bdrewery
This commit is contained in:
parent
d65d6d5aa9
commit
0e55bb7b24
@ -2117,11 +2117,6 @@ update: .PHONY
|
||||
# which don't have the APIs required by the targets built in bootstrap-tools,
|
||||
# build-tools or cross-tools.
|
||||
#
|
||||
|
||||
# libnv and libsbuf are requirements for config(8), which is an unconditional
|
||||
# bootstrap-tool.
|
||||
_config_deps= lib/libnv lib/libsbuf
|
||||
|
||||
legacy: .PHONY
|
||||
.if ${BOOTSTRAPPING} < ${MINIMUM_SUPPORTED_OSREL} && ${BOOTSTRAPPING} != 0
|
||||
@echo "ERROR: Source upgrades from versions prior to ${MINIMUM_SUPPORTED_REL} are not supported."; \
|
||||
|
Loading…
Reference in New Issue
Block a user