From: Gary V. Vaughan Date: Tue, 15 Nov 2011 12:48:16 +0000 (+0700) Subject: dist: hook syntax-check into `make distcheck'. X-Git-Tag: v2.4.2.418~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9fe50d499e261d63123464d7ceb87b1c0619753;p=thirdparty%2Flibtool.git dist: hook syntax-check into `make distcheck'. To make sure we don't accidentally release anything with failing syntax-checks, have `make distcheck' run the syntax-checks automatically. * Makefile.am (distcheck-hook): New rule depending on syntax-check. Signed-off-by: Gary V. Vaughan --- diff --git a/Makefile.am b/Makefile.am index 07473ddea..2c6cf811a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -596,6 +596,8 @@ dist-hook: $(changelog) $(dotversion) $(readme) else :; fi; \ done +distcheck-hook: syntax-check + uninstall-hook: @$(NORMAL_UNINSTALL) @list='$(pkgltdl_files)'; \