dovecot-2.2: quota: Fixed dependency tracking in Makefile

dovecot at dovecot.org dovecot at dovecot.org
Fri May 15 09:45:15 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/46969c4cc57e
changeset: 18695:46969c4cc57e
user:      Timo Sirainen <tss at iki.fi>
date:      Fri May 15 12:43:13 2015 +0300
description:
quota: Fixed dependency tracking in Makefile
The earlier fix attempt was done by creating a .tmp file first, but that
didn't really solve anything.

diffstat:

 src/plugins/quota/Makefile.am |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 9ad3f11617f1 -r 46969c4cc57e src/plugins/quota/Makefile.am
--- a/src/plugins/quota/Makefile.am	Fri May 15 11:15:50 2015 +0300
+++ b/src/plugins/quota/Makefile.am	Fri May 15 12:43:13 2015 +0300
@@ -73,7 +73,7 @@
 RQUOTA_XDR_LO = rquota_xdr.lo
 #RQUOTA_X = /usr/include/rpcsvc/rquota.x
 RQUOTA_X = $(srcdir)/rquota.x
-rquota_xdr.c: Makefile $(RQUOTA_X)
+rquota_xdr.c: Makefile rquota.h
 	if [ "$(top_srcdir)" != "$(top_builddir)" ]; then \
 	  cp $(RQUOTA_X) $(top_builddir)/src/plugins/quota/; \
 	fi; \


More information about the dovecot-cvs mailing list