From 653a19eebebc07b6e0025890553715ead6b726e3 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 12 Feb 2003 21:03:49 +0000 Subject: [PATCH] Fixed bug with 7.1 build relating to postgis_estimate. git-svn-id: http://svn.osgeo.org/postgis/trunk@239 b70326c6-7e19-0410-871a-916f4a2858ee --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 38003d5fb..4dc733734 100644 --- a/Makefile +++ b/Makefile @@ -80,11 +80,13 @@ endif # ifeq ($(USE_VERSION),71) GIST_SUPPORT=71 + GIST_ESTIMATE= else GIST_SUPPORT=72 + GIST_ESTIMATE=postgis_estimate.o endif -OBJS=postgis_debug.o postgis_ops.o postgis_fn.o postgis_inout.o postgis_proj.o postgis_chip.o postgis_transform.o postgis_gist_$(GIST_SUPPORT).o postgis_estimate.o +OBJS=postgis_debug.o postgis_ops.o postgis_fn.o postgis_inout.o postgis_proj.o postgis_chip.o postgis_transform.o postgis_gist_$(GIST_SUPPORT).o $(GIST_ESTIMATE) #--------------------------------------------------------------- # Add libraries that libpq depends (or might depend) on into the -- 2.50.1