From: Sven Eden Date: Mon, 16 Jan 2017 06:47:49 +0000 (+0100) Subject: Remove rogue compat-libs checks X-Git-Tag: v226.4~1^2~55 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=bceb7d6de7ddef3c2f3528eb76717cf6a2690cd6;p=elogind.git Remove rogue compat-libs checks --- diff --git a/Makefile.am b/Makefile.am index fd7035f48..988173d8c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -909,8 +909,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --with-zshcompletiondir=$$dc_install_base/$(zshcompletiondir) \ --with-pamlibdir=$$dc_install_base/$(pamlibdir) \ --with-pamconfdir=$$dc_install_base/$(pamconfdir) \ - --with-rootprefix=$$dc_install_base \ - --enable-compat-libs + --with-rootprefix=$$dc_install_base if ENABLE_SPLIT_USR DISTCHECK_CONFIGURE_FLAGS += \ @@ -920,8 +919,7 @@ DISTCHECK_CONFIGURE_FLAGS += \ --disable-split-usr endif -.PHONY: dist-check-compat-libs dist-check-help -dist-check-compat-libs: +.PHONY: dist-check-help dist-check-help: $(rootbin_PROGRAMS) $(bin_PROGRAMS) for i in $(abspath $^); do \ @@ -931,7 +929,7 @@ dist-check-help: $(rootbin_PROGRAMS) $(bin_PROGRAMS) exit 1; \ fi; done -dist: dist-check-compat-libs +dist: .PHONY: git-tag git-tag: