Skip to content

Commit 5410203

Browse files
committed
Make sure that LIBPQDIR points to the right directory
1 parent 9093238 commit 5410203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.global.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.25 1997/07/14 16:36:36 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.26 1997/08/17 00:39:02 scrappy Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -56,7 +56,7 @@ PORTNAME= @PORTNAME@
5656
# library), set LINUX_ELF to null in Makefile.custom.
5757
LINUX_ELF= true
5858

59-
LIBPQDIR:= $(SRCDIR)/libpq
59+
LIBPQDIR:= $(SRCDIR)/interfaces/libpq
6060

6161
# For convenience, POSTGRESDIR is where BINDIR, and LIBDIR
6262
# and other target destinations are rooted. Of course, each of these is

0 commit comments

Comments
 (0)