--- /dev/null
+Return-Path: <Tomi.Ollila@nixu.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 4B74E431FB6\r
+ for <notmuch@notmuchmail.org>; Fri, 1 Nov 2013 07:22:25 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+ autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id IuSEBvED4nWO for <notmuch@notmuchmail.org>;\r
+ Fri, 1 Nov 2013 07:22:16 -0700 (PDT)\r
+Received: from mail-gw3.nixu.fi (mail-gw3.nixu.fi [193.209.237.7])\r
+ (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 7DD06431FAE\r
+ for <notmuch@notmuchmail.org>; Fri, 1 Nov 2013 07:22:16 -0700 (PDT)\r
+Received: from pps.filterd (mail-gw3 [127.0.0.1])\r
+ by mail-gw3.nixu.fi (8.14.4/8.14.4) with SMTP id rA1EK8pI022729;\r
+ Fri, 1 Nov 2013 16:22:06 +0200\r
+Received: from exch01.nixu.dom ([194.197.118.126])\r
+ by mail-gw3.nixu.fi with ESMTP id 1fu0vn8tab-1\r
+ (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT);\r
+ Fri, 01 Nov 2013 16:22:06 +0200\r
+Received: from shell.nixu.fi (194.197.118.243) by exch01.nixu.fi\r
+ (194.197.118.126) with Microsoft SMTP Server id 14.2.318.4;\r
+ Fri, 1 Nov 2013 16:22:06 +0200\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Michael Phillips <michaelalanphillips@gmail.com>\r
+Subject: Re: Build broken on OS X 10.9\r
+In-Reply-To:\r
+ <CAC6YrkPszkR7cSzmnuqTzsXKOAmB-g59SvEKngkggEbSZDYDkA@mail.gmail.com>\r
+References:\r
+ <CA+BndfvPNQi0jcfjA61hFgEu5GkgPqtOtMWS8UyEpXYtj4RXGA@mail.gmail.com>\r
+ <CAB+hUn-YLtgud3mK5yZ_Cg3GddY5SVf4aQ-q8Td=q+_giH4Xhg@mail.gmail.com>\r
+ <loom.20131101T013146-252@post.gmane.org> <m2a9hopqnf.fsf@guru.guru-group.fi>\r
+ <CAC6YrkPszkR7cSzmnuqTzsXKOAmB-g59SvEKngkggEbSZDYDkA@mail.gmail.com>\r
+User-Agent: Notmuch/0.16 (http://notmuchmail.org) Emacs/23.4.1\r
+ (x86_64-pc-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Fri, 1 Nov 2013 16:22:05 +0200\r
+Message-ID: <s8v4n7wjj76.fsf@shell.nixu.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset="us-ascii"\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 01 Nov 2013 14:22:25 -0000\r
+\r
+On Fri, Nov 01 2013, Michael Phillips <michaelalanphillips@gmail.com> wrote:\r
+\r
+> On Fri, Nov 1, 2013 at 1:44 AM, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
+>> Hmm, it seems the rule doing that says @mkdir -p .deps/$(@D) ...\r
+>>\r
+>> does `mkdir -p xyzdir/.` fail in OS X 10.9 (Mavericks) ?\r
+>\r
+> $ mkdir -p xyzdir/.\r
+>\r
+> mkdir: xyzdir/.: No such file or directory\r
+>\r
+> Good catch! So mkdir changed between 10.8 and 10.9.\r
+\r
+Quick(&dirty?) solution would be to change the in quetsion recipes to format:\r
+\r
+@-mkdir -p .deps/$(@D)\r
+\r
+I.e. add dash (-) to make Make ignore failure there.\r
+\r
+> Michael\r
+\r
+Tomi\r