diff options
| author | Bryan Henderson | 1997-01-05 21:17:45 +0000 |
|---|---|---|
| committer | Bryan Henderson | 1997-01-05 21:17:45 +0000 |
| commit | 227015b08ec10e8422b33bc988951fdd1d0ce5d0 (patch) | |
| tree | be927b1d1d1e0a3de85588ec035cf496076a3e69 /src/test | |
| parent | 068a4c53afedd5d8a03790608479ffc1274ebaa8 (diff) | |
Standardize all LDADD to LD_ADD.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/regress/Makefile | 4 |
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'). |
