* Makefile.in (warn): Add a dummy "warn" target.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 17 Mar 2011 21:04:22 +0000 (22:04 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 17 Mar 2011 21:04:22 +0000 (22:04 +0100)
ChangeLog
Makefile.in

index 5b3c9eb..15bedb2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * Makefile.in (warn): Add a dummy "warn" target.
+
 2010-10-21  Julien Danjou  <julien@danjou.info>
 
        * todo: Remove done and duplicate items.
 2010-10-21  Julien Danjou  <julien@danjou.info>
 
        * todo: Remove done and duplicate items.
index 9c7c7cb..7bf0088 100644 (file)
@@ -44,6 +44,8 @@ COMMIT_STRING = $(CODENAME)Gnus v$(VERSION) is released.
 
 all: lick info
 
 
 all: lick info
 
+warn: all
+
 lick:
        cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" all
 
 lick:
        cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" all