]> granicus.if.org Git - postgis/commitdiff
Remove unused and hard-coded variable
authorSandro Santilli <strk@keybit.net>
Wed, 6 Jan 2016 15:09:49 +0000 (15:09 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 6 Jan 2016 15:09:49 +0000 (15:09 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14575 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/postgis/Makefile.in

index 9020027cfc66605149d20ca16525b411e165126a..165f5265d6c6ab8e09c7a99296559cbe6c63965e 100644 (file)
@@ -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)