From fbf7c6327d86a1ff05c31b50d283ebf6d97ca72a Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 3 Feb 2004 21:42:25 +0000 Subject: [PATCH] Fixed error in -C loader directive git-svn-id: http://svn.osgeo.org/postgis/trunk@435 b70326c6-7e19-0410-871a-916f4a2858ee --- Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 68ea9e8d9..6b1bcc3f5 100644 --- a/Makefile +++ b/Makefile @@ -4,18 +4,14 @@ # Set USE_PROJ to 1 for Proj4 reprojection support # USE_PROJ=1 -ifeq (${PROJ_DIR},) - PROJ_DIR=/usr/local -endif +PROJ_DIR=/raid/local #--------------------------------------------------------------- # Set USE_GEOS to 1 for GEOS spatial predicate and operator # support # USE_GEOS=1 -ifeq (${GEOS_DIR},) - GEOS_DIR=/usr/local -endif +GEOS_DIR=/raid/local #--------------------------------------------------------------- # Set USE_STATS to 1 for new GiST statistics collection support @@ -164,7 +160,7 @@ install: all installdirs install-postgis-lib $(INSTALL_DATA) postgis_undef.sql $(DESTDIR)$(datadir)/contrib $(INSTALL_DATA) spatial_ref_sys.sql $(DESTDIR)$(datadir)/contrib $(INSTALL_DATA) README.postgis $(DESTDIR)$(datadir)/contrib - $(MAKE) -C DESTDIR=$(DESTDIR) loader install + $(MAKE) DESTDIR=$(DESTDIR) -C loader install #- This has been copied from postgresql and adapted install-postgis-lib: $(shlib) -- 2.40.0