I'm quite fond of doing VPATH builds, i.e. building outside the source
authorBruce Momjian <bruce@momjian.us>
Wed, 13 Aug 2003 03:12:04 +0000 (03:12 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 13 Aug 2003 03:12:04 +0000 (03:12 +0000)
commitc090b053feb1fba9b4dfe9177a679414aea125d8
treeaaea0b9de901adccbf4bbc0e38ae1e9ef869d018
parent92345910718baa4217def15e886bba10b55ed905
I'm quite fond of doing VPATH builds, i.e. building outside the source
tree. This also catches lots of little Makefile bugs, so here's a small
patch for one of them (replacing an explicit reference to thread.c with
a reference to it as the first prerequsite of the rule makes make look
for it in the place where it was found (the source tree) rather than in
the build tree. (using GNU make 3.79.1)

John Gray
doc/TODO
src/port/Makefile