[gnus git] branch master updated: n0-15-3-g1f44d05 =1= * Makefile.in (warn): Add a dummy "warn" target.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 1f44d059f3460d4d5c0cb1f8622b90e90cd41175 (commit)
from f9ef018e3c287069cd0bf7f0c6af7f1cc3cb356c (commit)
- Log -----------------------------------------------------------------
commit 1f44d059f3460d4d5c0cb1f8622b90e90cd41175
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Mar 17 22:04:22 2011 +0100
* Makefile.in (warn): Add a dummy "warn" target.
diff --git a/ChangeLog b/ChangeLog
index 5b3c9eb..15bedb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-17 Lars Magne Ingebrigtsen <[email protected]>
+
+ * Makefile.in (warn): Add a dummy "warn" target.
+
2010-10-21 Julien Danjou <[email protected]>
* todo: Remove done and duplicate items.
diff --git a/Makefile.in b/Makefile.in
index 9c7c7cb..7bf0088 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -44,6 +44,8 @@ COMMIT_STRING = $(CODENAME)Gnus v$(VERSION) is released.
all: lick info
+warn: all
+
lick:
cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" all
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
ChangeLog | 4 ++++
Makefile.in | 2 ++
2 files changed, 6 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project