]> granicus.if.org Git - neomutt/commitdiff
hcversion.h depends on new mutt_md5 tool
authorRocco Rutte <pdmef@gmx.net>
Mon, 19 May 2008 08:56:46 +0000 (10:56 +0200)
committerRocco Rutte <pdmef@gmx.net>
Mon, 19 May 2008 08:56:46 +0000 (10:56 +0200)
ChangeLog
Makefile.am

index 9890a56717bde610506e25248d2531ea242b00d0..bfcd3c4f0cf1857220b1ae0194cce9a8dbdc8a89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-05-18 12:42 -0700  Roland Rosenfeld  <roland@spinnaker.de>  (4ef0fc2f8378)
+
+       * po/de.po: Updated German translation
+
+2008-05-17 19:31 -0700  Andreas  <Andreas Jobs>  (aaeee8f868c4)
+
+       * ChangeLog, crypt-gpgme.c: Fix GPGME S/MIME micalg generation, broken
+       in [e6f958b093b6]. Closes #2994.
+
 2008-05-17 18:34 -0700  Brendan Cully  <brendan@kublai.com>  (f9545d5ec15f)
 
        * doc/Muttrc.head: Add 'mime_lookup application/octet-stream' to the
index d4db79b6ebd63a973c6d3c0a8b90212313c0ea47..1002cef64427bde4f81d9d41463d0e4e7116e9f5 100644 (file)
@@ -119,7 +119,7 @@ reldate.h: $(srcdir)/ChangeLog
        cmp -s reldate.h.tmp reldate.h || cp reldate.h.tmp reldate.h; \
        rm reldate.h.tmp
 
-hcversion.h: $(srcdir)/mutt.h $(srcdir)/rfc822.h hcachever.sh
+hcversion.h: $(srcdir)/mutt.h $(srcdir)/rfc822.h hcachever.sh mutt_md5$(EXEEXT)
        ( echo '#include "config.h"'; echo '#include "mutt.h"'; ) \
        | $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) - | sh ./hcachever.sh hcversion.h