From: Sandro Santilli Date: Tue, 10 Apr 2012 15:51:06 +0000 (+0000) Subject: Call config.status if liblwgeom.h.in newer than liblwgeom.h (#1691) X-Git-Tag: 2.0.1~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef23e9cc803591e03d1080eee9e6c4b0bbe1a2ff;p=postgis Call config.status if liblwgeom.h.in newer than liblwgeom.h (#1691) git-svn-id: http://svn.osgeo.org/postgis/trunk@9623 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/Makefile.in b/liblwgeom/Makefile.in index ac3578b34..63a7b57c7 100644 --- a/liblwgeom/Makefile.in +++ b/liblwgeom/Makefile.in @@ -157,3 +157,5 @@ parser: # $(LEX) -i $< +liblwgeom.h: liblwgeom.h.in + cd .. && ./config.status