From d367ed41268c124068439c86164fa6fd5e9fcafc Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 6 Feb 2012 19:33:40 +0000 Subject: [PATCH] Dummy up a check target git-svn-id: http://svn.osgeo.org/postgis/trunk@9048 b70326c6-7e19-0410-871a-916f4a2858ee --- extensions/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extensions/Makefile b/extensions/Makefile index 0a14bad17..7f3bdeb50 100644 --- a/extensions/Makefile +++ b/extensions/Makefile @@ -9,3 +9,7 @@ clean: install: $(MAKE) -C postgis install $(MAKE) -C postgis_topology install + +check: + echo "Nothing to check" + -- 2.40.0