From: Timo Sirainen Date: Mon, 25 Jan 2010 18:24:54 +0000 (+0200) Subject: Makefile: Updated dict-drivers-register.c to depend on config.h X-Git-Tag: 2.0.beta2~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c52227b3312b51ba08c52cc73672d7f52b83b615;p=thirdparty%2Fdovecot%2Fcore.git Makefile: Updated dict-drivers-register.c to depend on config.h --HG-- branch : HEAD --- diff --git a/src/lib-dict/Makefile.am b/src/lib-dict/Makefile.am index 986c4e2ec3..3ab68d0dd2 100644 --- a/src/lib-dict/Makefile.am +++ b/src/lib-dict/Makefile.am @@ -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"' >>$@