aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial
diff options
context:
space:
mode:
authorBryan Henderson <bryanh@giraffe.netgate.net>1997-01-05 21:17:45 +0000
committerBryan Henderson <bryanh@giraffe.netgate.net>1997-01-05 21:17:45 +0000
commit227015b08ec10e8422b33bc988951fdd1d0ce5d0 (patch)
treebe927b1d1d1e0a3de85588ec035cf496076a3e69 /src/tutorial
parent068a4c53afedd5d8a03790608479ffc1274ebaa8 (diff)
downloadpostgresql-227015b08ec10e8422b33bc988951fdd1d0ce5d0.tar.gz
postgresql-227015b08ec10e8422b33bc988951fdd1d0ce5d0.zip
Standardize all LDADD to LD_ADD.
Diffstat (limited to 'src/tutorial')
-rw-r--r--src/tutorial/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tutorial/Makefile b/src/tutorial/Makefile
index b463b1c11ee..32b14b0b6d6 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.