From: Sandro Santilli Date: Thu, 20 Nov 2003 14:46:07 +0000 (+0000) Subject: Set CFLAGS where useless CPPFLAGS were used before X-Git-Tag: pgis_0_8_0~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd2b8e457bc4ca71932e1071e5c520159f8d5a7d;p=postgis Set CFLAGS where useless CPPFLAGS were used before git-svn-id: http://svn.osgeo.org/postgis/trunk@373 b70326c6-7e19-0410-871a-916f4a2858ee --- 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)