From bd2b8e457bc4ca71932e1071e5c520159f8d5a7d Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 20 Nov 2003 14:46:07 +0000 Subject: [PATCH] Set CFLAGS where useless CPPFLAGS were used before git-svn-id: http://svn.osgeo.org/postgis/trunk@373 b70326c6-7e19-0410-871a-916f4a2858ee --- loader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/Makefile b/loader/Makefile index 92d003ef3..b9d1bb92e 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -39,7 +39,7 @@ endif #--------------------------------------------------------------- -override CPPFLAGS := -g -I$(srcdir) -I$(top_builddir)/src/interfaces/libpq $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"' -DUSE_VERSION=$(USE_VERSION) +override CFLAGS := -g -I.. -I$(srcdir) -I$(top_builddir)/src/interfaces/libpq $(CFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"' -DUSE_VERSION=$(USE_VERSION) all: shp2pgsql$(EXE) pgsql2shp$(EXE) -- 2.40.0