From: Regina Obe Date: Thu, 9 Aug 2012 02:31:00 +0000 (+0000) Subject: fix typo revision to previous commit in support of #1944 X-Git-Tag: 2.1.0beta2~701 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7419b95108db27be0002cff76a2106cb4903636;p=postgis fix typo revision to previous commit in support of #1944 git-svn-id: http://svn.osgeo.org/postgis/trunk@10174 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/extensions/postgis/Makefile.in b/extensions/postgis/Makefile.in index 57b62f2e2..05194bac8 100644 --- a/extensions/postgis/Makefile.in +++ b/extensions/postgis/Makefile.in @@ -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