From: Sandro Santilli Date: Mon, 13 Feb 2012 10:16:32 +0000 (+0000) Subject: Encode postgis_svn_revision dependency X-Git-Tag: 2.0.0alpha5~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc3544b9fcd4126603af5476180f0a854f89dcdb;p=postgis Encode postgis_svn_revision dependency git-svn-id: http://svn.osgeo.org/postgis/trunk@9161 b70326c6-7e19-0410-871a-916f4a2858ee --- 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