From: Pierre Habouzit Date: Mon, 11 Dec 2006 09:04:14 +0000 (+0100) Subject: fix makefile.am dependencies... got I hate automake. X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=20deb4ce5f654f7c112a7a4c1cf154d00847cf30 fix makefile.am dependencies... got I hate automake. Signed-off-by: Pierre Habouzit --- diff --git a/Makefile.am b/Makefile.am index 66ec987..5fc7486 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,7 @@ BUILT_SOURCES = keymap_defs.h version.h charset.gperf rctokens.gperf rcparser.c DISTCLEANFILES = $(BUILT_SOURCES) rcparser.c rcparser.h: rcparser.y + $(MAKE) -C tools lemon $(top_builddir)/tools/lemon -s $< touch rcparser.c rcparser.h @@ -41,7 +42,7 @@ madmutt_DEPENDENCIES = @MUTT_LIB_OBJECTS@ @LIBOBJS@ \ $(top_builddir)/lib-ui/libui.a \ $(top_builddir)/lib-mx/libmx.a \ \ - $(top_builddir)/pop/libpop.a \ + $(top_builddir)/pop/libpop.a \ $(top_builddir)/imap/libimap.a \ $(LIBNNTPDEPS) $(INTLDEPS)