summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2016-09-24 21:40:47 -0700
committerJim Meyering <meyering@fb.com>2016-09-24 21:46:00 -0700
commitbe82dc89948e7154c9367a0378364a78fb58b307 (patch)
tree84221208a850b92416f5382a9d3bef00cdabad24
parentcd8082e8ee38e20d65d1617c7667fc6b7cfe16ec (diff)
downloadgrep-be82dc89948e7154c9367a0378364a78fb58b307.tar.gz
build: avoid "./configure && make dist" missing-dep. failure
* Makefile.am (run-syntax-check): Depend on "all", to avoid a parallel build failure due to a missing dependency. Reported by Paul Eggert in https://bugs.gnu.org/24256#50
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 188d4751..3a52e8f0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,7 @@ check-very-expensive: check-expensive
# Run syntax-check rules before creating a distribution tarball.
.PHONY: run-syntax-check
-run-syntax-check:
+run-syntax-check: all
$(AM_V_GEN)test ! -d .git || $(MAKE) syntax-check
# Arrange so that .tarball-version appears only in the distribution