]> granicus.if.org Git - postgis/commitdiff
fix typo revision to previous commit in support of #1944
authorRegina Obe <lr@pcorp.us>
Thu, 9 Aug 2012 02:31:00 +0000 (02:31 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 9 Aug 2012 02:31:00 +0000 (02:31 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10174 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/postgis/Makefile.in

index 57b62f2e222c57967c85772dc51e0771ddea93fc..05194bac83eca9f001323095f2c692cd7493e431 100644 (file)
@@ -41,7 +41,9 @@ sql/$(EXTENSION)--unpackaged--$(EXTVERSION).sql: sql_bits/postgis--unpackaged.sq
        
 #this is a cludge to allow upgrading from same SVN to same SVN
 sql/$(EXTENSION)--$(EXTVERSION)--$(EXTVERSION)next.sql: sql_bits/postgis_raster_upgrade_minor.sql
+       cp $< $@
 sql/$(EXTENSION)--$(EXTVERSION)next--$(EXTVERSION).sql: sql_bits/postgis_raster_upgrade_minor.sql
+       cp $< $@
 
 #strip BEGIN/COMMIT since these are not allowed in extensions
 sql_bits/spatial_ref_sys.sql: ../../spatial_ref_sys.sql