From ef23e9cc803591e03d1080eee9e6c4b0bbe1a2ff Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 10 Apr 2012 15:51:06 +0000 Subject: [PATCH] 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 --- liblwgeom/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.1