]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix typo in Makefile.maint. v2.2.6
authorGary V. Vaughan <gary@gnu.org>
Sat, 6 Sep 2008 21:24:28 +0000 (05:24 +0800)
committerGary V. Vaughan <gary@gnu.org>
Sat, 6 Sep 2008 21:24:28 +0000 (05:24 +0800)
* Makefile.maint (git-news): Renamed to check-news, since it
doesn't actually run git.  Adjust all dependees.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
ChangeLog
Makefile.maint

index 1bda87694f7e9288ca489663cc22d9c8b5a6798e..71fc948ff8e8ce5b13cc91b60c2ce6b63dbac74d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-09-07  Gary V. Vaughan  <gary@gnu.org>
 
+       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.
 
index f944d6373fe4c3aba834579ae4df0e72daab9752..64f1757398b9c5259e0fe649e8df157d6f9d91b1 100644 (file)
@@ -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