OSDN Git Service

Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Jul 2010 23:15:56 +0000 (23:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Jul 2010 23:15:56 +0000 (23:15 +0000)
commitf9e9da666423f38d9c0f97277cf4e21973608baf
tree31ca431a9ed6a347619c80f5364b6ee9df8ad779
parent291a9577454a63f99b5537e48a3dceae6d35ea8d
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.
contrib/earthdistance/Makefile
contrib/spi/Makefile
contrib/tablefunc/Makefile
src/makefiles/Makefile.aix
src/makefiles/Makefile.cygwin
src/makefiles/Makefile.darwin
src/makefiles/Makefile.win32