X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=Makefile.am;h=f849c941204c4b42aa247a4448659a60da5ed068;hp=33865ccf7013dbbc6c57a16e0c770411140f84a8;hb=529bd38e97bf5b597a7e8149293b63c6fb82984e;hpb=50cf2c861c766ecec67a3a3d1925c3d74d7f618c diff --git a/Makefile.am b/Makefile.am index 33865cc..f849c94 100644 --- a/Makefile.am +++ b/Makefile.am @@ -154,7 +154,7 @@ keymap_alldefs.h: $(srcdir)/OPS $(srcdir)/OPS.PGP $(srcdir)/OPS.MIX $(srcdir)/OP version.h: $(srcdir)/VERSION.svn echo "#undef MUTT_VERSION" > version.h - echo "#define MUTT_VERSION \"`cat $(srcdir)/VERSION.in`-r`cat $(srcdir)/VERSION.svn`\"" >> version.h ; \ + echo "#define MUTT_VERSION \"`cat $(srcdir)/VERSION.in`-r`cat $(srcdir)/VERSION.svn`\"" >> version.h reldate: echo 'const char *ReleaseDate = "'`date +%Y-%m-%d`'";' > $(srcdir)/reldate.h