Make sure that LIBPQDIR points to the right directory

This commit is contained in:
Marc G. Fournier 1997-08-17 00:39:02 +00:00
parent 9093238c7e
commit 5410203949
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $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 $
# #
# NOTES # NOTES
# Essentially all Postgres make files include this file and use the # Essentially all Postgres make files include this file and use the
@ -56,7 +56,7 @@ PORTNAME= @PORTNAME@
# library), set LINUX_ELF to null in Makefile.custom. # library), set LINUX_ELF to null in Makefile.custom.
LINUX_ELF= true LINUX_ELF= true
LIBPQDIR:= $(SRCDIR)/libpq LIBPQDIR:= $(SRCDIR)/interfaces/libpq
# For convenience, POSTGRESDIR is where BINDIR, and LIBDIR # For convenience, POSTGRESDIR is where BINDIR, and LIBDIR
# and other target destinations are rooted. Of course, each of these is # and other target destinations are rooted. Of course, each of these is