8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df43edc commit 435d32cCopy full SHA for 435d32c
src/bin/Makefile.global
@@ -7,18 +7,16 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.3 1996/07/19 06:47:51 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.4 1996/07/22 04:51:05 scrappy Exp $
11
12
#-------------------------------------------------------------------------
13
14
CFLAGS+= -I$(srcdir)/backend -I$(srcdir)/backend/include -I$(srcdir)/libpq
15
16
17
-# try locating libpq.a in the following places
18
-# Almost all (all?) the C programs in this directory
19
# link with libpq, so we put it here.
20
21
-LIBPQ:= -L$(srcdir)/libpq/$(objdir) -L$(LIBDIR) -lpq
+LIBPQ:= -L$(srcdir)/libpq/$(objdir) -lpq
22
23
LD_ADD+= $(LIBPQ)
24
DPADD+= $(LIBPQ)
0 commit comments