]> granicus.if.org Git - postgis/commitdiff
Drop the now-generated Makefile on distclean, and ignore it
authorSandro Santilli <strk@keybit.net>
Fri, 10 Feb 2012 09:19:33 +0000 (09:19 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 10 Feb 2012 09:19:33 +0000 (09:19 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9141 b70326c6-7e19-0410-871a-916f4a2858ee

.gitignore
extensions/Makefile.in

index f55f8da7e4fa0fdc4172ea0664e88a58d7fed39d..740032ed8897116c4a9cb591311d4fbaaa21cbb6 100644 (file)
@@ -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
index 70b8d54c506a9cf3a670a48ffab9240bea492a4d..7a7acc10c4b21aede6336e80926a8717204543fc 100644 (file)
@@ -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"