From fb3211b4b328398e1b8cdc425b4e8cfa9eb4f0af Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 29 Feb 2012 13:52:38 +0000 Subject: [PATCH] Do not install intermediary files (#1621) git-svn-id: http://svn.osgeo.org/postgis/trunk@9349 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/rt_pg/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1