konf(at)chalu(dot)cz writes:
> $ make
> make: Fatal error in reader: ../../src/Makefile.global, line 23: Illegal
> dependencies for target `.SILENT'
I think you need to use gmake (GNU make) not your vendor's make.
There is a hack in the top-level makefiles so that invoking plain make
will work at the top level, but if you make in a lower-level directory
like tsearch2, you must actually invoke gmake.
regards, tom lane