From 92cd0fa5e76b22ca678a984805ce4fa698615eb3 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 26 Jul 2001 17:41:03 +0000 Subject: [PATCH] And one last time, this time for real, fixing the install location. git-svn-id: http://svn.osgeo.org/postgis/trunk@41 b70326c6-7e19-0410-871a-916f4a2858ee --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 296e75a91..1727896b9 100644 --- a/Makefile +++ b/Makefile @@ -6,14 +6,14 @@ subdir = contrib/postgis # Root of the pgsql source tree ifeq (${PGSQL_SRC},) top_builddir = ../.. - libdir = $(libdir)/contrib + include $(top_builddir)/src/Makefile.global + libdir := $(libdir)/contrib else top_builddir = ${PGSQL_SRC} - libdir = ${PWD} + include $(top_builddir)/src/Makefile.global + libdir := ${PWD} endif -include $(top_builddir)/src/Makefile.global - test_db = geom_regress # shared library parameters -- 2.40.0