From: Gary V. Vaughan Date: Sat, 6 Sep 2008 21:24:28 +0000 (+0800) Subject: Fix typo in Makefile.maint. X-Git-Tag: v2.2.6^0 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=c7f97f395615fb62c96de30c6925484ecd0cee2e;p=thirdparty%2Flibtool.git Fix typo in Makefile.maint. * Makefile.maint (git-news): Renamed to check-news, since it doesn't actually run git. Adjust all dependees. Signed-off-by: Gary V. Vaughan --- diff --git a/ChangeLog b/ChangeLog index 1bda87694..71fc948ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-09-07 Gary V. Vaughan + Fix typo in Makefile.maint. + * Makefile.maint (git-news): Renamed to check-news, since it + doesn't actually run git. Adjust all dependees. + Run `git commit -a' when no files are passed. * clcommit.m4sh (func_commit): Add -a argument if necessary. diff --git a/Makefile.maint b/Makefile.maint index f944d6373..64f175739 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -149,11 +149,11 @@ fetch: GPG = gpg # set it to `:' to avoid gpg operations .PHONY: git-commit -git-commit: git-news +git-commit: check-news cd $(srcdir) && $(SHELL) ./commit .PHONY: git-dist -git-dist: git-news check-commit +git-dist: check-news check-commit ## Build the distribution: $(MAKE) distcheck ## Finally, if everything was successful, tag the release