From: Sandro Santilli Date: Tue, 1 Dec 2015 09:28:56 +0000 (+0000) Subject: Clean more on maintainer-clean X-Git-Tag: 2.3.0beta1~347 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13658b4f6b241d139ebb79aab6ee38068287da0a;p=postgis Clean more on maintainer-clean git-svn-id: http://svn.osgeo.org/postgis/trunk@14463 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 48e695f38..1029b219b 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -49,6 +49,9 @@ distclean-local: clean-local rm -f postgis_config.h maintainer-clean-local: distclean-local + rm -f configure + rm -f config.guess config.rpath config.sub + rm -f libtool install-sh ltmain.sh maintainer-clean: @echo '------------------------------------------------------' @@ -59,7 +62,6 @@ maintainer-clean: $(MAKE) -C postgis maintainer-clean $(MAKE) -C liblwgeom maintainer-clean $(MAKE) maintainer-clean-local - rm -f configure garden: @echo '------------------------------------------------------'