From: Sandro Santilli Date: Wed, 6 Jan 2016 14:34:27 +0000 (+0000) Subject: Do not force check-installed-upgrades as a default extension rule X-Git-Tag: 2.3.0beta1~293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc63bf8da2fe203e9769f4692023c5fd35330bfc;p=postgis Do not force check-installed-upgrades as a default extension rule Fixes #3420 git-svn-id: http://svn.osgeo.org/postgis/trunk@14573 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index 5780dbb5e..94d87001c 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -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); \