diff options
| author | Tom Lane | 2001-04-04 21:15:56 +0000 |
|---|---|---|
| committer | Tom Lane | 2001-04-04 21:15:56 +0000 |
| commit | 6faf150a3096b57a1e312ccfff6b757bf8441358 (patch) | |
| tree | ae990cc9cdb82b9871b5881a95c954322d3687d7 /src/test | |
| parent | d3ad2ad68972ebb637439ea34c67d5b2f4e4beac (diff) | |
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 ...
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/regress/GNUmakefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
