From aa33370e81e717c1159207685e5f1f465c82d576 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Thu, 9 Feb 2012 10:49:44 +0000 Subject: [PATCH] Hmm double added a file -- #1563 which was causing the can't drop because postgis extension depends on it error git-svn-id: http://svn.osgeo.org/postgis/trunk@9132 b70326c6-7e19-0410-871a-916f4a2858ee --- extensions/postgis/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extensions/postgis/Makefile.in b/extensions/postgis/Makefile.in index 6cf1dd458..c35f20868 100644 --- a/extensions/postgis/Makefile.in +++ b/extensions/postgis/Makefile.in @@ -91,6 +91,8 @@ sql_bits/postgis_upgrade_minor.sql: ../../postgis/postgis_upgrade_20_minor.sql sql_bits/raster_comments.sql: ../../doc/raster_comments.sql cp $< $@ +#postgis_raster_upgrade_minor.sql is the one that contains both postgis AND raster +#TODO: come up with a better name sql_bits/postgis_raster_upgrade_minor.sql: ../postgis_extension_helper.sql sql_bits/remove_from_extension.sql.in ../../postgis/postgis_drop_before.sql.in.c sql_bits/postgis_upgrade_minor.sql sql_bits/rtpostgis_upgrade_20_minor.sql ../../doc/raster_comments.sql ../../doc/postgis_comments.sql ../postgis_extension_helper_uninstall.sql cat $^ > $@ @@ -129,7 +131,7 @@ sql_bits/postgis--unpackaged.sql: ../../postgis/postgis.sql -e 's/\\(;/;/' \ -e 's/;;/;/g' $< > $@ -sql_minor_upgrade: sql_bits/postgis_upgrade_minor.sql sql_bits/postgis_raster_upgrade_minor.sql +sql_minor_upgrade: sql_bits/postgis_raster_upgrade_minor.sql for OLD_VERSION in $(UPGRADEABLE_VERSIONS); do \ cat $< > sql/$(EXTENSION)--$$OLD_VERSION--$(EXTVERSION).sql; \ done -- 2.40.0