From: Rocco Rutte Date: Mon, 19 May 2008 08:56:46 +0000 (+0200) Subject: hcversion.h depends on new mutt_md5 tool X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bb6a268e1a8febda712ab8d17c3eb77690b85d7;p=neomutt hcversion.h depends on new mutt_md5 tool --- diff --git a/ChangeLog b/ChangeLog index 9890a5671..bfcd3c4f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-05-18 12:42 -0700 Roland Rosenfeld (4ef0fc2f8378) + + * po/de.po: Updated German translation + +2008-05-17 19:31 -0700 Andreas (aaeee8f868c4) + + * ChangeLog, crypt-gpgme.c: Fix GPGME S/MIME micalg generation, broken + in [e6f958b093b6]. Closes #2994. + 2008-05-17 18:34 -0700 Brendan Cully (f9545d5ec15f) * doc/Muttrc.head: Add 'mime_lookup application/octet-stream' to the diff --git a/Makefile.am b/Makefile.am index d4db79b6e..1002cef64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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