fix for Makefile.shlib multiply defined target

Started by Andrew Dunstanalmost 22 years ago3 messagespatches
Jump to latest
#1Andrew Dunstan
andrew@dunslane.net

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

Attachments:

makeshlib.patchtext/x-patch; name=makeshlib.patchDownload+4-0
#2Bruce Momjian
bruce@momjian.us
In reply to: Andrew Dunstan (#1)
Re: fix for Makefile.shlib multiply defined target

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@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#3Andrew Dunstan
andrew@dunslane.net
In reply to: Bruce Momjian (#2)
Re: fix for Makefile.shlib multiply defined target

Well, one of us is confused at least. I am still seeing these warnings.

cheers

andrew

Bruce Momjian wrote:

Show quoted text

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'