--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/build.Makefile-drtables Wed Jun 08 23:26:31 2011 +0200
@@ -0,0 +1,15 @@
+# HG changeset patch
+# Parent f9db32a302e080a1580085d582c246150a65038e
+
+diff -r f9db32a302e0 src/transports/Makefile
+--- a/src/transports/Makefile Thu Jun 02 22:56:25 2011 +0200
++++ b/src/transports/Makefile Thu Jun 02 22:58:46 2011 +0200
+@@ -7,7 +7,7 @@
+ OBJ = appendfile.o autoreply.o lmtp.o pipe.o smtp.o tf_maildir.o
+
+ transports.a: $(OBJ)
+- @$(RM_COMMAND) -f transports.a
++ @$(RM_COMMAND) -f transports.a ../drtables.o
+ @echo "$(AR) transports.a"
+ @$(AR) transports.a $(OBJ)
+ $(RANLIB) $@