Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 65a10b1

Browse files
author
Bryan Henderson
committed
Missed this part when I eliminated $(srcdir); src/bin stuff won't compile.
1 parent 6b135c9 commit 65a10b1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/bin/Makefile.global

+3-5
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.10 1996/11/11 13:39:10 bryanh Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.11 1996/11/14 09:24:39 bryanh Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

1414
LIBPQDIR:= $(SRCDIR)/libpq
1515

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
16+
LD_ADD+= -L$(SRCDIR)/libpq -lpq
17+
DPADD+= -L$(SRCDIR)/libpq -lpq
2018

2119
#
2220
# And where libpq goes, so goes the authentication stuff...

0 commit comments

Comments
 (0)