From: Sandro Santilli Date: Wed, 6 Jan 2016 15:09:49 +0000 (+0000) Subject: Remove unused and hard-coded variable X-Git-Tag: 2.3.0beta1~291 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcce7d74cb2fac8b09483da546b7bb5e0847eacf;p=postgis Remove unused and hard-coded variable git-svn-id: http://svn.osgeo.org/postgis/trunk@14575 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/extensions/postgis/Makefile.in b/extensions/postgis/Makefile.in index 9020027cf..165f5265d 100644 --- a/extensions/postgis/Makefile.in +++ b/extensions/postgis/Makefile.in @@ -27,9 +27,6 @@ PG91 = $(shell $(PG_CONFIG) --version | $(GREP) -qE " 8\.| 9\.0" && echo SQL_BITS = $(wildcard sql_bits/*.sql) EXTRA_CLEAN += ${SQL_BITS} sql/*.sql -# Update PREV_big manually on branching -# TODO: move this definition in ../../Version.config -PREV_big=21 CURV_big=@POSTGIS_MAJOR_VERSION@@POSTGIS_MINOR_VERSION@ ifeq ($(PG91),yes)