From dc3544b9fcd4126603af5476180f0a854f89dcdb Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 13 Feb 2012 10:16:32 +0000 Subject: [PATCH] Encode postgis_svn_revision dependency git-svn-id: http://svn.osgeo.org/postgis/trunk@9161 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/postgis/Makefile.in b/postgis/Makefile.in index f06c5850b..8f762aa27 100644 --- a/postgis/Makefile.in +++ b/postgis/Makefile.in @@ -111,9 +111,10 @@ endif # Make all PostGIS objects depend upon liblwgeom, so that if an underlying # change is made, a PostGIS rebuild is triggered. # -# Also they are all dependent on postgis_config.h +# Also they are all dependent on postgis_config.h +# and thus postgis_svn_revision.h # -$(PG_OBJS): ../liblwgeom/.libs/liblwgeom.a ../libpgcommon/libpgcommon.a ../postgis_config.h +$(PG_OBJS): ../liblwgeom/.libs/liblwgeom.a ../libpgcommon/libpgcommon.a ../postgis_config.h ../postgis_svn_revision.h ../svnrevision.h: $(MAKE) -C .. svnrevision.h -- 2.40.0