Re: fix for Makefile.shlib multiply defined target

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: fix for Makefile.shlib multiply defined target
Date: 2004-11-01 03:59:55
Message-ID: 200411010359.iA13xtg02817@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


I am told this patch is no longer required.

---------------------------------------------------------------------------

Andrew Dunstan wrote:
>
> The attached patch fixes a problem with multiple target definitions that
> give rise to warnings like this:
>
> ../../src/Makefile.shlib:327: warning: overriding commands for target `libtsearch2.a'
> ../../src/Makefile.shlib:262: warning: ignoring old commands for target `libtsearch2.a'
>
> cheers
>
> andrew
>
>

>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-11-01 04:00:06 Re: [PATCHES] Open Items
Previous Message Bruce Momjian 2004-11-01 03:59:34 Re: Where is the link to cygwin?