]> granicus.if.org Git - postgresql/commitdiff
Missed this part when I eliminated $(srcdir); src/bin stuff won't compile.
authorBryan Henderson <bryanh@giraffe.netgate.net>
Thu, 14 Nov 1996 09:24:39 +0000 (09:24 +0000)
committerBryan Henderson <bryanh@giraffe.netgate.net>
Thu, 14 Nov 1996 09:24:39 +0000 (09:24 +0000)
src/bin/Makefile.global

index 01a27de90241de38bf10fb778b18b90f5f538510..dbbd8384dd3aab0dc39ff6785d05f6aa4ae9a729 100644 (file)
@@ -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...