]> granicus.if.org Git - postgis/commitdiff
#2027: change order of operation -- have cleanup happen first since the drop sometime...
authorRegina Obe <lr@pcorp.us>
Fri, 5 Oct 2012 12:25:15 +0000 (12:25 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 5 Oct 2012 12:25:15 +0000 (12:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10377 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/Makefile.in

index ecbd0b5783f3cfe2c8813219293ea51c2a379a6f..ff4e47722b806960ebce6c27711f104ffc0836e2 100644 (file)
@@ -101,7 +101,7 @@ $(SQL_OBJS): ../../postgis/sqldefines.h ../../postgis_svn_revision.h
 rtpostgis_upgrade.sql: rtpostgis.sql
        $(PERL) -0777 -ne 's/^(CREATE|ALTER) (CAST|OPERATOR|TYPE|TABLE|SCHEMA|DOMAIN|TRIGGER).*?;//msg;print;' $< > $@
 
-rtpostgis_upgrade_20_minor.sql: rtpostgis_drop.sql rtpostgis_upgrade_cleanup.sql rtpostgis_upgrade.sql 
+rtpostgis_upgrade_20_minor.sql: rtpostgis_upgrade_cleanup.sql rtpostgis_drop.sql rtpostgis_upgrade.sql 
        cat $^ > $@
 
 uninstall_rtpostgis.sql: rtpostgis.sql ../../utils/create_undef.pl