From: Sandro Santilli Date: Mon, 29 Nov 2004 11:16:08 +0000 (+0000) Subject: Commented out useless CFLAGS override. X-Git-Tag: pgis_1_0_0RC1~175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8110e33f6121e2a5ad9ced825d913c9ce9e8d00;p=postgis Commented out useless CFLAGS override. git-svn-id: http://svn.osgeo.org/postgis/trunk@1122 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/Makefile b/lwgeom/Makefile index b243c1b1b..ca7f96ae4 100644 --- a/lwgeom/Makefile +++ b/lwgeom/Makefile @@ -45,7 +45,7 @@ POSTGIS_LIB_VERSION = $(SO_MAJOR_VERSION).$(SO_MINOR_VERSION).$(SO_MICRO_VERSION override CFLAGS += -g -fexceptions override CFLAGS += -fPIC -override CFLAGS += -I$(srcdir) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"' +#override CFLAGS += -I$(srcdir) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"' override CFLAGS += -DUSE_VERSION=$(USE_VERSION) override CFLAGS += -DPOSTGIS_LIB_VERSION='"$(POSTGIS_LIB_VERSION)"' override CFLAGS += -DPOSTGIS_SCRIPTS_VERSION='"$(SCRIPTS_VERSION)"'