From a6389c804f816fdd5a5ae020855e69fce3df3522 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 9 Feb 2012 10:10:41 +0000 Subject: [PATCH] Forward distclean to extensions subdirs git-svn-id: http://svn.osgeo.org/postgis/trunk@9131 b70326c6-7e19-0410-871a-916f4a2858ee --- extensions/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0