Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were

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

Commit: f9e9da666423f38d9c0f97277cf4e21973608baf
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-07-05T23:15:56Z
Releases: 9.0.0
Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were
supposing that they should set SHLIB_LINK rather than LDFLAGS_SL.  Since these
don't go through Makefile.shlib that was a no-op on most platforms.  Also
regularize the few platform-specific Makefiles that did pay attention to
SHLIB_LINK: it seems that the real value of that is to pull in BE_DLLLIBS,
so do that instead.  Per buildfarm failures on cygwin.

Files