aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial
diff options
context:
space:
mode:
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.