1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

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 ...
This commit is contained in:
Tom Lane
2001-04-04 21:15:56 +00:00
parent d3ad2ad689
commit 6faf150a30
5 changed files with 20 additions and 14 deletions

View File

@ -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