From: Sandro Santilli Date: Thu, 9 Feb 2012 10:10:41 +0000 (+0000) Subject: Forward distclean to extensions subdirs X-Git-Tag: 2.0.0alpha5~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6389c804f816fdd5a5ae020855e69fce3df3522;p=postgis Forward distclean to extensions subdirs git-svn-id: http://svn.osgeo.org/postgis/trunk@9131 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/extensions/Makefile b/extensions/Makefile index ffa51de6c..23ad113b1 100644 --- a/extensions/Makefile +++ b/extensions/Makefile @@ -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