]> granicus.if.org Git - postgis/commitdiff
Clean more on maintainer-clean
authorSandro Santilli <strk@keybit.net>
Tue, 1 Dec 2015 09:28:56 +0000 (09:28 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 1 Dec 2015 09:28:56 +0000 (09:28 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14463 b70326c6-7e19-0410-871a-916f4a2858ee

GNUmakefile.in

index 48e695f38e0c0d8698af52ec4cbeeb5dd6c90cd4..1029b219b97ffa867764a7c2fd6a0d85414eb960 100644 (file)
@@ -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 '------------------------------------------------------'