]> granicus.if.org Git - postgresql/commitdiff
Comment out LD_ADD and DPADD
authorMarc G. Fournier <scrappy@hub.org>
Wed, 15 Jan 1997 05:58:47 +0000 (05:58 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 15 Jan 1997 05:58:47 +0000 (05:58 +0000)
src/bin/Makefile.global

index 6f4316bfb5e663c2e676c776f3c76a90827d3565..92f9399cdfb1811df708e19871ff295578a8b2c3 100644 (file)
@@ -7,14 +7,14 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.12 1996/11/26 07:37:54 bryanh Exp $
+#    $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.13 1997/01/15 05:58:47 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
 LIBPQDIR:= $(SRCDIR)/libpq
 
-LD_ADD+= -L$(SRCDIR)/libpq -lpq
-DPADD+= -L$(SRCDIR)/libpq -lpq
+#LD_ADD+= -L$(SRCDIR)/libpq -lpq
+#DPADD+= -L$(SRCDIR)/libpq -lpq
 
 #
 # And where libpq goes, so goes the authentication stuff...