summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-05-11 12:58:17 +0200
committerJim Meyering <meyering@redhat.com>2012-05-11 12:58:17 +0200
commitb7ac27d5fe9ef7751b79812dc0095a59bddbfd4d (patch)
tree0c01cf65db0368d2664526a217005c1ed8000221
parentbaaa6740c7a197f9d4a919e689507144fb1da00f (diff)
downloadidutils-b7ac27d5fe9ef7751b79812dc0095a59bddbfd4d.tar.gz
idutils-b7ac27d5fe9ef7751b79812dc0095a59bddbfd4d.tar.bz2
idutils-b7ac27d5fe9ef7751b79812dc0095a59bddbfd4d.zip
maint: arrange for "make distcheck" to run the syntax-check rules
* Makefile.am (ALL_RECURSIVE_TARGETS): Define. (distcheck-hook): Depend on syntax-check.
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9c5dba8..7a32940 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,3 +39,6 @@ BUILT_SOURCES = .version
# See the rm_subst comment for details.
dist-hook: gen-ChangeLog
echo $(VERSION) > $(distdir)/.tarball-version
+
+ALL_RECURSIVE_TARGETS = distcheck-hook
+distcheck-hook: syntax-check