From cc5bb1a64ee717746146078c15541b598a595224 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 8 Feb 2012 17:39:57 +0000 Subject: [PATCH] Add missing target git-svn-id: http://svn.osgeo.org/postgis/trunk@9107 b70326c6-7e19-0410-871a-916f4a2858ee --- extensions/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/extensions/Makefile b/extensions/Makefile index 7d72ddb5c..ffa51de6c 100644 --- a/extensions/Makefile +++ b/extensions/Makefile @@ -2,7 +2,7 @@ all: $(MAKE) -C postgis all $(MAKE) -C postgis_topology all -clean: +clean distclean: $(MAKE) -C postgis clean $(MAKE) -C postgis_topology clean @@ -10,6 +10,10 @@ install: $(MAKE) -C postgis install $(MAKE) -C postgis_topology install +uninstall: + $(MAKE) -C postgis uninstall + $(MAKE) -C postgis_topology uninstall + check: @echo "Nothing to check" -- 2.40.0