From 227015b08ec10e8422b33bc988951fdd1d0ce5d0 Mon Sep 17 00:00:00 2001 From: Bryan Henderson Date: Sun, 5 Jan 1997 21:17:45 +0000 Subject: Standardize all LDADD to LD_ADD. --- src/test/regress/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/test') 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'). -- cgit v1.2.3