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 9093238 commit 5410203Copy full SHA for 5410203
src/Makefile.global.in
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.25 1997/07/14 16:36:36 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.26 1997/08/17 00:39:02 scrappy Exp $
11
12
# NOTES
13
# Essentially all Postgres make files include this file and use the
@@ -56,7 +56,7 @@ PORTNAME= @PORTNAME@
56
# library), set LINUX_ELF to null in Makefile.custom.
57
LINUX_ELF= true
58
59
-LIBPQDIR:= $(SRCDIR)/libpq
+LIBPQDIR:= $(SRCDIR)/interfaces/libpq
60
61
# For convenience, POSTGRESDIR is where BINDIR, and LIBDIR
62
# and other target destinations are rooted. Of course, each of these is
0 commit comments