From 6faf150a3096b57a1e312ccfff6b757bf8441358 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 4 Apr 2001 21:15:56 +0000 Subject: Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's to Jason Tishler's credit, if it's broken it's my fault ... --- src/test/regress/GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/test') diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile index 71bca87058..595c74f5e2 100644 --- a/src/test/regress/GNUmakefile +++ b/src/test/regress/GNUmakefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.33 2001/02/20 19:20:30 petere Exp $ +# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.34 2001/04/04 21:15:56 tgl Exp $ # #------------------------------------------------------------------------- @@ -20,6 +20,8 @@ contribdir := $(top_builddir)/contrib override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS) override CFLAGS += $(CFLAGS_SL) +override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) + ## ## Prepare for tests -- cgit v1.2.3