Missed this part when I eliminated $(srcdir); src/bin stuff won't compile.
This commit is contained in:
parent
6b135c9391
commit
65a10b1be6
@ -7,16 +7,14 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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
|
LIBPQDIR:= $(SRCDIR)/libpq
|
||||||
|
|
||||||
LD_ADD+= -L$(srcdir)/libpq -lpq
|
LD_ADD+= -L$(SRCDIR)/libpq -lpq
|
||||||
DPADD+= -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
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# And where libpq goes, so goes the authentication stuff...
|
# And where libpq goes, so goes the authentication stuff...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user