]> granicus.if.org Git - postgis/commitdiff
Forward distclean to extensions subdirs
authorSandro Santilli <strk@keybit.net>
Thu, 9 Feb 2012 10:10:41 +0000 (10:10 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 9 Feb 2012 10:10:41 +0000 (10:10 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9131 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/Makefile

index ffa51de6c9b0c70801ed33b5990d2af2195f5deb..23ad113b1f354263139476558f057f564cf00715 100644 (file)
@@ -3,8 +3,8 @@ all:
        $(MAKE) -C postgis_topology all
 
 clean distclean:
-       $(MAKE) -C postgis clean
-       $(MAKE) -C postgis_topology clean
+       $(MAKE) -C postgis $@
+       $(MAKE) -C postgis_topology $@
 
 install:
        $(MAKE) -C postgis install