diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-08-17 00:39:02 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-08-17 00:39:02 +0000 |
commit | 5410203949995c7329d1bdf2f8acfd94baf0d243 (patch) | |
tree | 1a0245a4e43386e78a6a8093b427f1fdf6fa220b | |
parent | 9093238c7e078b340690d8579e18c6347d0d605e (diff) | |
download | postgresql-5410203949995c7329d1bdf2f8acfd94baf0d243.tar.gz postgresql-5410203949995c7329d1bdf2f8acfd94baf0d243.zip |
Make sure that LIBPQDIR points to the right directory
-rw-r--r-- | src/Makefile.global.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 8004471040e..f9cc690444c 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -7,7 +7,7 @@ # # # 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 # 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. LINUX_ELF= true -LIBPQDIR:= $(SRCDIR)/libpq +LIBPQDIR:= $(SRCDIR)/interfaces/libpq # For convenience, POSTGRESDIR is where BINDIR, and LIBDIR # and other target destinations are rooted. Of course, each of these is |