From: Sandro Santilli Date: Wed, 29 Feb 2012 13:52:38 +0000 (+0000) Subject: Do not install intermediary files (#1621) X-Git-Tag: 2.0.0beta1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb3211b4b328398e1b8cdc425b4e8cfa9eb4f0af;p=postgis Do not install intermediary files (#1621) git-svn-id: http://svn.osgeo.org/postgis/trunk@9349 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/rt_pg/Makefile.in b/raster/rt_pg/Makefile.in index 322aae46c..825439bd8 100644 --- a/raster/rt_pg/Makefile.in +++ b/raster/rt_pg/Makefile.in @@ -14,7 +14,7 @@ MODULE_big=rtpostgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@ MODULEDIR=contrib/postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@ # Files to be copied to the contrib/ directory -DATA_built=rtpostgis.sql rtpostgis_drop.sql rtpostgis_upgrade_20_minor.sql rtpostgis_upgrade_cleanup.sql uninstall_rtpostgis.sql rtpostgis_legacy.sql +DATA_built=rtpostgis.sql rtpostgis_upgrade_20_minor.sql uninstall_rtpostgis.sql rtpostgis_legacy.sql DATA= # SQL objects (files requiring C pre-processing)