fix makefile.am dependencies... got I hate automake.
authorPierre Habouzit <madcoder@debian.org>
Mon, 11 Dec 2006 09:04:14 +0000 (10:04 +0100)
committerPierre Habouzit <madcoder@debian.org>
Mon, 11 Dec 2006 09:04:14 +0000 (10:04 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Makefile.am

index 66ec987..5fc7486 100644 (file)
@@ -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)