summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBryan Henderson1996-11-14 09:24:39 +0000
committerBryan Henderson1996-11-14 09:24:39 +0000
commit65a10b1be6400025e7fd54befbc4a8489fd50e10 (patch)
treefe350848de9b85518b20b30fc567ad7568777415 /src
parent6b135c9391708b161ae95804b117638b9bfb65bb (diff)
Missed this part when I eliminated $(srcdir); src/bin stuff won't compile.
Diffstat (limited to 'src')
-rw-r--r--src/bin/Makefile.global8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/bin/Makefile.global b/src/bin/Makefile.global
index 01a27de9024..dbbd8384dd3 100644
--- a/src/bin/Makefile.global
+++ b/src/bin/Makefile.global
@@ -7,16 +7,14 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.10 1996/11/11 13:39:10 bryanh Exp $
+# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.11 1996/11/14 09:24:39 bryanh Exp $
#
#-------------------------------------------------------------------------
LIBPQDIR:= $(SRCDIR)/libpq
-LD_ADD+= -L$(srcdir)/libpq -lpq
-DPADD+= -L$(srcdir)/libpq -lpq
-# LIB_DEP is the list of dependencies on libraries for the link.
-LIB_DEP+= $(LIBPQDIR)/libpq.a
+LD_ADD+= -L$(SRCDIR)/libpq -lpq
+DPADD+= -L$(SRCDIR)/libpq -lpq
#
# And where libpq goes, so goes the authentication stuff...