From: Sandro Santilli Date: Mon, 14 Jul 2014 14:36:48 +0000 (+0000) Subject: Force rtpostgis.so rebuild on librtcore.a change X-Git-Tag: 2.2.0rc1~981 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=838efbbf56c0172eb50a09ea6906c1ca6302bb2b;p=postgis Force rtpostgis.so rebuild on librtcore.a change git-svn-id: http://svn.osgeo.org/postgis/trunk@12779 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/rt_pg/Makefile.in b/raster/rt_pg/Makefile.in index 2b34fa830..967a09eb2 100644 --- a/raster/rt_pg/Makefile.in +++ b/raster/rt_pg/Makefile.in @@ -114,7 +114,9 @@ endif # Objects dependencies -$(OBJS): ../../liblwgeom/.libs/liblwgeom.a ../../libpgcommon/libpgcommon.a ../../postgis_config.h ../../postgis_svn_revision.h +# NOTE: the .a deps are really only link-time dependencies, but at this +# time I dunno how to wncode those +$(OBJS): ../../liblwgeom/.libs/liblwgeom.a ../rt_core/librtcore.a ../../libpgcommon/libpgcommon.a ../../postgis_config.h ../../postgis_svn_revision.h # SQL objects deps here $(SQL_OBJS): ../../postgis/sqldefines.h ../../postgis_svn_revision.h