Index: src/test/regress/GNUmakefile
===================================================================
RCS file: /projects/cvsroot/pgsql/src/test/regress/GNUmakefile,v
retrieving revision 1.50
diff -c -r1.50 GNUmakefile
*** src/test/regress/GNUmakefile	17 Jul 2005 18:28:45 -0000	1.50
--- src/test/regress/GNUmakefile	24 Jul 2005 17:03:51 -0000
***************
*** 20,26 ****
  override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
  override CFLAGS += $(CFLAGS_SL)
  
! SHLIB_LINK = $(BE_DLLLIBS)
  
  # port number for temp-installation test postmaster
  TEMP_PORT = 5$(DEF_PGPORT)
--- 20,26 ----
  override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
  override CFLAGS += $(CFLAGS_SL)
  
! SHLIB_LINK = $(BE_DLLLIBS) $(filter -lpgport, $(LIBS))
  
  # port number for temp-installation test postmaster
  TEMP_PORT = 5$(DEF_PGPORT)
