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 CCAC8431FAF for ; Mon, 21 Jan 2013 17:28:36 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled 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 O38AQu4E324f for ; Mon, 21 Jan 2013 17:28:35 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 97BED431FAE for ; Mon, 21 Jan 2013 17:28:35 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 454C7100086; Tue, 22 Jan 2013 03:28:23 +0200 (EET) From: Tomi Ollila To: Jani Nikula , Amadeusz =?utf-8?B?xbtvxYJub3dza2k=?= , notmuch@notmuchmail.org Subject: Re: [PATCH] lib/Makefile.local: depend on libs we are linking with In-Reply-To: <87sj5uqjk0.fsf@nikula.org> References: <1358797275-15862-1-git-send-email-aidecoe@aidecoe.name> <87sj5uqjk0.fsf@nikula.org> User-Agent: Notmuch/0.15+5~g6f527c2 (http://notmuchmail.org) Emacs/24.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Tue, 22 Jan 2013 01:28:37 -0000 On Tue, Jan 22 2013, Jani Nikula wrote: > LGTM, and fixes the issue. LGTM. Tomi > > On Mon, 21 Jan 2013, Amadeusz =C5=BBo=C5=82nowski = wrote: >> --- >> lib/Makefile.local | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/lib/Makefile.local b/lib/Makefile.local >> index 7785944..155ac02 100644 >> --- a/lib/Makefile.local >> +++ b/lib/Makefile.local >> @@ -73,7 +73,7 @@ libnotmuch_modules :=3D $(libnotmuch_c_srcs:.c=3D.o) $= (libnotmuch_cxx_srcs:.cc=3D.o) >> $(dir)/libnotmuch.a: $(libnotmuch_modules) >> $(call quiet,AR) rcs $@ $^ >>=20=20 >> -$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym >> +$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym util/libutil.a par= se-time-string/libparse-time-string.a >> $(call quiet,CXX $(CXXFLAGS)) $(libnotmuch_modules) $(FINAL_LIBNOTMUCH= _LDFLAGS) $(LIBRARY_LINK_FLAG) -o $@ util/libutil.a parse-time-string/libpa= rse-time-string.a >>=20=20 >> notmuch.sym: $(srcdir)/$(dir)/notmuch.h $(libnotmuch_modules) >> --=20 >> 1.8.1.1