From 20deb4ce5f654f7c112a7a4c1cf154d00847cf30 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Mon, 11 Dec 2006 10:04:14 +0100 Subject: [PATCH] fix makefile.am dependencies... got I hate automake. Signed-off-by: Pierre Habouzit --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.20.1