We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b135c9 commit 65a10b1Copy full SHA for 65a10b1
src/bin/Makefile.global
@@ -7,16 +7,14 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
#-------------------------------------------------------------------------
13
14
LIBPQDIR:= $(SRCDIR)/libpq
15
16
-LD_ADD+= -L$(srcdir)/libpq -lpq
17
-DPADD+= -L$(srcdir)/libpq -lpq
18
-# LIB_DEP is the list of dependencies on libraries for the link.
19
-LIB_DEP+= $(LIBPQDIR)/libpq.a
+LD_ADD+= -L$(SRCDIR)/libpq -lpq
+DPADD+= -L$(SRCDIR)/libpq -lpq
20
21
22
# And where libpq goes, so goes the authentication stuff...
0 commit comments