Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id CAE71431FBF; Fri, 20 Nov 2009 04:44:59 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I+IzAfZ6EuVZ; Fri, 20 Nov 2009 04:44:59 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id B24F8431FAE; Fri, 20 Nov 2009 04:44:58 -0800 (PST) From: Carl Worth To: Jan Janak , notmuch@notmuchmail.org In-Reply-To: <1258591045-16494-1-git-send-email-jan@ryngle.com> References: <1258591045-16494-1-git-send-email-jan@ryngle.com> Date: Fri, 20 Nov 2009 13:44:47 +0100 Message-ID: <878we1mklc.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH] Makefile: Make object targets depend on Makefiles X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 12:45:00 -0000 On Thu, 19 Nov 2009 01:37:25 +0100, Jan Janak wrote: > All objects need to be recompiled when any of the Makefiles changes, so > we make them all depend on all the Makefiles. An excellent fix, Jan. Pushed! -Carl