From 8211dfe428c295c075aa109df86cfe0433332aa2 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 19 Jul 2006 04:02:31 +0000 Subject: [PATCH] Remove unnecessary inclusion of libpq into pg_regress --- overly enthusiastic copy and paste ... --- src/test/regress/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile index 3542719a4d..bc006fa573 100644 --- a/src/test/regress/GNUmakefile +++ b/src/test/regress/GNUmakefile @@ -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 -- 2.39.5