From 5b262f1f813b8d4888a3fcca4fa3662ea6ac8f81 Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Tue, 13 Dec 2011 14:14:57 +0000 Subject: [PATCH] Removed PGXS as per ticket #1370. git-svn-id: http://svn.osgeo.org/postgis/trunk@8383 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/loader/Makefile.in | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/raster/loader/Makefile.in b/raster/loader/Makefile.in index 8303c6d65..445c249f0 100644 --- a/raster/loader/Makefile.in +++ b/raster/loader/Makefile.in @@ -10,18 +10,7 @@ # ############################################################################# -# PGXS information -# -# Note that PGXS currently doesn't handle building FE executables, but we need -# the DESTDIR variable so we can get the correct install paths. -# Hence we include the PGXS Makefile here, but ensure that we override the -# 'all' and 'install' targets with the ones we really want to use below. -PG_CONFIG = @PGCONFIG@ -PGXS := @PGXS@ -include $(PGXS) - -# Set CFLAGS afer PGXS, otherwise it will get overwritten with the PGXS -# version which is not what we want. +# Set CFLAGS CC=@CC@ CFLAGS=@CFLAGS@ @PICFLAGS@ @WARNFLAGS@ @PROJ_CPPFLAGS@ top_builddir = @top_builddir@ @@ -59,7 +48,6 @@ LDFLAGS = \ $(LIBLWGEOM_LDFLAGS) \ $(LIBGDAL_LDFLAGS) \ $(GEOS_LDFLAGS) - all: $(RASTER2PGSQL) -- 2.40.0