]> granicus.if.org Git - postgis/commitdiff
Add missing target
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 8 Feb 2012 17:39:57 +0000 (17:39 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 8 Feb 2012 17:39:57 +0000 (17:39 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9107 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/Makefile

index 7d72ddb5c19de0e7f4f6de92f607d1655a950f8a..ffa51de6c9b0c70801ed33b5990d2af2195f5deb 100644 (file)
@@ -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"