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/tutorial/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/tutorial') diff --git a/src/tutorial/Makefile b/src/tutorial/Makefile index b463b1c11e..32b14b0b6d 100644 --- a/src/tutorial/Makefile +++ b/src/tutorial/Makefile @@ -4,7 +4,7 @@ # Makefile for tutorial # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/tutorial/Makefile,v 1.4 1996/11/18 06:07:52 momjian Exp $ +# $Header: /cvsroot/pgsql/src/tutorial/Makefile,v 1.5 1997/01/05 21:17:45 bryanh Exp $ # #------------------------------------------------------------------------- @@ -13,8 +13,6 @@ include ../Makefile.global CFLAGS+= -I$(LIBPQDIR) -I../../include -LDADD+= -L$(LIBPQDIR) -lpq - # # DLOBJS is the dynamically-loaded object files. The "funcs" queries # include CREATE FUNCTIONs that load routines from these files. -- cgit v1.2.1