Re: [PATCHES] tsearch2 makefile fixes

2005-11-02 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes: > I needed to apply this patch in order for tsearch2 to build here. I fixed that some weeks ago ... how old a version are you looking at? regards, tom lane ---(end of broadcast)---

Re: [PATCHES] tsearch2 makefile fixes

2005-11-02 Thread Alvaro Herrera
Teodor Sigaev wrote: > As I can see, this patch already apllyed at 18 Oct: > % grep subdir */Makefile > ispell/Makefile:subdir = contrib/tsearch2/ispell > snowball/Makefile:subdir = contrib/tsearch2/snowball > wordparser/Makefile:subdir = contrib/tsearch2/wordparser Dohh, you are right. Sorry for

Re: [PATCHES] tsearch2 makefile fixes

2005-11-02 Thread Teodor Sigaev
As I can see, this patch already apllyed at 18 Oct: % grep subdir */Makefile ispell/Makefile:subdir = contrib/tsearch2/ispell snowball/Makefile:subdir = contrib/tsearch2/snowball wordparser/Makefile:subdir = contrib/tsearch2/wordparser CVS HEAD Alvaro Herrera wrote: [Resend, this time with the

Re: [PATCHES] tsearch2 makefile fixes

2005-11-02 Thread Teodor Sigaev
Hi! I don't see a patch :) Alvaro Herrera wrote: Hi, I needed to apply this patch in order for tsearch2 to build here. This is a VPATH build, so maybe it's a reason why it's not a common test scenario. The changes itself also seem sound to me, at least as far as I understand our makefile str