summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/regress/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/regress/Makefile b/src/test/regress/Makefile
index 1c53a49fc01..3d3f348a4a0 100644
--- a/src/test/regress/Makefile
+++ b/src/test/regress/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/test/regress/Makefile,v 1.11 1996/12/02 06:31:08 momjian Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/Makefile,v 1.12 1997/01/05 21:17:36 bryanh Exp $
#
#-------------------------------------------------------------------------
@@ -16,8 +16,6 @@ include ../../Makefile.global
CFLAGS+= -I$(LIBPQDIR) -I../../include
-LDADD+= -L$(LIBPQDIR) -lpq
-
#
# DLOBJS is the dynamically-loaded object file. The regression test uses
# this when it does a CREATE FUNCTION ... LANGUAGE 'C').