]> granicus.if.org Git - postgis/commitdiff
Encode dependency of raster _scripts_ to postgis_svn_revision.h
authorSandro Santilli <strk@keybit.net>
Wed, 14 Mar 2012 15:50:48 +0000 (15:50 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 14 Mar 2012 15:50:48 +0000 (15:50 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9494 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/Makefile.in

index 02900121970eafbb171f8412d56bf0f9b770d434..20ca9c42cde1468df7b315b007a7ba40b48f5dcf 100644 (file)
@@ -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