dovecot-2.0-sslstream: Makefile: Updated dict-drivers-register.c...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:58:32 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/0ff07b4ad306
changeset: 10584:0ff07b4ad306
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jan 25 20:24:54 2010 +0200
description:
Makefile: Updated dict-drivers-register.c to depend on config.h

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-dict/Makefile.am |    2 +-

diffs (12 lines):

diff -r 615eef3139c2 -r 0ff07b4ad306 src/lib-dict/Makefile.am
--- a/src/lib-dict/Makefile.am	Mon Jan 25 01:19:08 2010 +0200
+++ b/src/lib-dict/Makefile.am	Mon Jan 25 20:24:54 2010 +0200
@@ -40,7 +40,7 @@ else
   noinst_HEADERS = $(headers)
 endif
 
-dict-drivers-register.c: Makefile
+dict-drivers-register.c: Makefile $(top_builddir)/config.h
 	rm -f $@
 	echo '/* this file automatically generated by Makefile */' >$@
 	echo '#include "lib.h"' >>$@


More information about the dovecot-cvs mailing list