Put libpgport into OBJS instead of LIBS, so that it gets included

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a7f8ae32dece2da37f43c52ca46410259986e689
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-07-28T04:31:30Z
Releases: 8.1.0
Put libpgport into OBJS instead of LIBS, so that it gets included
into .def and .exp files automatically on Windows, AIX, and the like.
An additional benefit is that changes in libpgport files correctly
propagate to force rebuild of the backend executable.  This is my
reworking of Rocco Altier's idea, and if it breaks anything it's
definitely my fault.

Files

PathChange+/−
src/backend/Makefile modified +10 −8