From: Sandro Santilli Date: Fri, 10 Feb 2012 09:19:33 +0000 (+0000) Subject: Drop the now-generated Makefile on distclean, and ignore it X-Git-Tag: 2.0.0alpha5~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab93d560e00c6658b60c26d9b5d188f849b864de;p=postgis Drop the now-generated Makefile on distclean, and ignore it git-svn-id: http://svn.osgeo.org/postgis/trunk@9141 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.gitignore b/.gitignore index f55f8da7e..740032ed8 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ doc/postgis-out.xml doc/raster_comments.sql doc/tiger_geocoder_comments.sql doc/topology_comments.sql +extensions/Makefile extensions/postgis/Makefile extensions/postgis/postgis.control extensions/postgis_topology/Makefile diff --git a/extensions/Makefile.in b/extensions/Makefile.in index 70b8d54c5..7a7acc10c 100644 --- a/extensions/Makefile.in +++ b/extensions/Makefile.in @@ -21,6 +21,11 @@ all clean distclean install uninstall: $(MAKE) -C "$${DIR}" $@; \ done +distclean: distclean-local + +distclean-local: + rm -f Makefile + check: @echo "Nothing to check"