projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e17c7e1
)
fix makefile.am dependencies... got I hate automake.
author
Pierre Habouzit
<madcoder@debian.org>
Mon, 11 Dec 2006 09:04:14 +0000
(10:04 +0100)
committer
Pierre 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
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
66ec987
..
5fc7486
100644
(file)
--- 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)