Bruce Momjian <pgman@candle.pha.pa.us> writes:
> How is this any better than just mentioning the *.o file and letting the
> default rules compile it. I don't understand how linking to the current
> directory gets us anything. Now, if you did a 'make -C dir target' that
> would be different.
The whole point of the pushups for libpq is that we DON'T want the
default rules. We need to compile it PIC so that it can go into a
shared library. This will not be the same object file built in the
ports directory.
regards, tom lane