From ab93d560e00c6658b60c26d9b5d188f849b864de Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 10 Feb 2012 09:19:33 +0000 Subject: [PATCH] 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 --- .gitignore | 1 + extensions/Makefile.in | 5 +++++ 2 files changed, 6 insertions(+) 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" -- 2.40.0