fix for Makefile.shlib multiply defined target
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
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
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'