]> granicus.if.org Git - postgis/commitdiff
Do not force check-installed-upgrades as a default extension rule
authorSandro Santilli <strk@keybit.net>
Wed, 6 Jan 2016 14:34:27 +0000 (14:34 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 6 Jan 2016 14:34:27 +0000 (14:34 +0000)
Fixes #3420

git-svn-id: http://svn.osgeo.org/postgis/trunk@14573 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/upgradeable_versions.mk

index 5780dbb5e2ac81c39caa039b95fd0d3d66ab4a3b..94d87001c2bcd4a4c9e20c51c7c8698984bd9648 100644 (file)
@@ -20,6 +20,10 @@ UPGRADEABLE_VERSIONS = \
        2.2.0 \
        2.2.1
 
+# This is to avoid forcing "check-installed-upgrades" as a default
+# rule, see https://trac.osgeo.org/postgis/ticket/3420
+all:
+
 check-installed-upgrades:
        MODULE=$(EXTENSION); \
        TOVER=$(EXTVERSION); \