From bcce7d74cb2fac8b09483da546b7bb5e0847eacf Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 6 Jan 2016 15:09:49 +0000 Subject: [PATCH] Remove unused and hard-coded variable git-svn-id: http://svn.osgeo.org/postgis/trunk@14575 b70326c6-7e19-0410-871a-916f4a2858ee --- extensions/postgis/Makefile.in | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.40.0