build-sys: remove unnecessary check

added: 65adc982d
obsoleted: 2c8849add
This commit is contained in:
Evgeny Vereshchagin 2015-12-07 07:02:37 +00:00
parent 1fbcad80f0
commit abd544d576

View file

@ -6212,19 +6212,13 @@ endif
#
# Require python when making dist
#
.PHONY: dist-check-python dist-check-compat-libs dist-check-help
.PHONY: dist-check-python dist-check-help
dist-check-python:
if !HAVE_PYTHON
@echo "*** python and python-lxml module must be installed and enabled in order to make dist"
@false
endif
dist-check-compat-libs:
if !ENABLE_COMPAT_LIBS
@echo "*** compat-libs must be enabled in order to make dist"
@false
endif
dist-check-help: $(rootbin_PROGRAMS) $(bin_PROGRAMS)
for i in $(abspath $^); do \
if $$i --help | grep -v 'default:' | grep -E -q '.{80}.' ; then \
@ -6233,7 +6227,7 @@ dist-check-help: $(rootbin_PROGRAMS) $(bin_PROGRAMS)
exit 1; \
fi; done
dist: dist-check-python dist-check-compat-libs
dist: dist-check-python
.PHONY: hwdb-update
hwdb-update: