Re: [PATCHES] fix for Makefile.shlib multiply defined target

2004-11-01 Thread Andrew Dunstan
Well, one of us is confused at least. I am still seeing these warnings. cheers andrew Bruce Momjian wrote: I am told this patch is no longer required. --- Andrew Dunstan wrote: The attached patch fixes a problem with

Re: [PATCHES] fix for Makefile.shlib multiply defined target

2004-10-31 Thread Bruce Momjian
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:

[PATCHES] fix for Makefile.shlib multiply defined target

2004-10-21 Thread Andrew Dunstan
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