From 7af2dace4a96edda0bcf15bbf5b7f49930a64265 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 14 Mar 2012 15:50:48 +0000 Subject: [PATCH] Encode dependency of raster _scripts_ to postgis_svn_revision.h git-svn-id: http://svn.osgeo.org/postgis/trunk@9494 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 029001219..20ca9c42c 100644 --- a/raster/rt_pg/Makefile.in +++ b/raster/rt_pg/Makefile.in @@ -92,7 +92,7 @@ $(SQL_OBJS): %.in: %.in.c $(CPP) -I../../postgis/ -I../../ -traditional-cpp $< | grep -v '^#' > $@ # SQL objects deps here -$(SQL_OBJS): ../../postgis/sqldefines.h +$(SQL_OBJS): ../../postgis/sqldefines.h ../../postgis_svn_revision.h #remove all create object types since these can't be done cleanly in an upgrade rtpostgis_upgrade.sql: rtpostgis.sql -- 2.40.0