From 838efbbf56c0172eb50a09ea6906c1ca6302bb2b Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 14 Jul 2014 14:36:48 +0000 Subject: [PATCH] Force rtpostgis.so rebuild on librtcore.a change git-svn-id: http://svn.osgeo.org/postgis/trunk@12779 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/rt_pg/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.50.0