aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-07-19 04:02:31 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-07-19 04:02:31 +0000
commitbcee9e8c0956a6512e01d5de2ee46508ac383155 (patch)
tree2b082a74234dfdf1f60cf29d753ac673b855bedb /src
parenta38c85bd5d928115fdd22c9e28e0a7eeebc9878e (diff)
downloadpostgresql-bcee9e8c0956a6512e01d5de2ee46508ac383155.tar.gz
postgresql-bcee9e8c0956a6512e01d5de2ee46508ac383155.zip
Remove unnecessary inclusion of libpq into pg_regress --- overly
enthusiastic copy and paste ...
Diffstat (limited to 'src')
-rw-r--r--src/test/regress/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile
index a3e00a7f65b..c9081d503f7 100644
--- a/src/test/regress/GNUmakefile
+++ b/src/test/regress/GNUmakefile
@@ -6,7 +6,7 @@
# Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.58 2006/07/19 02:37:00 tgl Exp $
+# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.59 2006/07/19 04:02:31 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -50,7 +50,7 @@ EXTRADEFS = '-DPGBINDIR="$(bindir)"' \
all: submake-libpgport pg_regress$(X)
pg_regress$(X): pg_regress.o
- $(CC) $(CFLAGS) $^ $(libpq_pgport) $(LDFLAGS) $(LIBS) -o $@
+ $(CC) $(CFLAGS) $^ $(LDFLAGS) $(LIBS) -o $@
# depend on Makefile.global to ensure that symbol changes propagate
pg_regress.o: pg_regress.c $(top_builddir)/src/Makefile.global