dovecot-1.2: quota-fs: Fixed previous "VPATH build" commit to wo...

dovecot at dovecot.org dovecot at dovecot.org
Wed Jul 8 00:29:34 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/9b8c606eb611
changeset: 9194:9b8c606eb611
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jul 07 17:29:27 2009 -0400
description:
quota-fs: Fixed previous "VPATH build" commit to work with all shells.

diffstat:

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

diffs (12 lines):

diff -r 568ddefd7c18 -r 9b8c606eb611 src/plugins/quota/Makefile.am
--- a/src/plugins/quota/Makefile.am	Tue Jul 07 16:02:51 2009 -0400
+++ b/src/plugins/quota/Makefile.am	Tue Jul 07 17:29:27 2009 -0400
@@ -37,7 +37,7 @@ RQUOTA_XDR = rquota_xdr.c
 #RQUOTA_X = /usr/include/rpcsvc/rquota.x
 RQUOTA_X = $(srcdir)/rquota.x
 rquota_xdr.c: Makefile $(RQUOTA_X)
-	if "$(srcdir)" != "$(builddir)" ; then cp $(RQUOTA_X) $(builddir) ; fi
+	if [ "$(srcdir)" != "$(builddir)" ]; then cp $(RQUOTA_X) $(builddir); fi
 	(echo '#include "lib.h"'; \
 	 echo '#include <rpc/rpc.h>'; \
 	 $(RPCGEN) -c $(builddir)/rquota.x | \


More information about the dovecot-cvs mailing list