From: Mark Cave-Ayland Date: Wed, 14 May 2008 17:24:25 +0000 (+0000) Subject: Fixes for previous commit: missed Makefile.config target for "make clean" X-Git-Tag: 1.4.0b1~909 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0da64b00e8058c65f971cba159718913796a16d8;p=postgis Fixes for previous commit: missed Makefile.config target for "make clean" git-svn-id: http://svn.osgeo.org/postgis/trunk@2776 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/GNUmakefile b/GNUmakefile index 3a7343993..55baf36c0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -10,13 +10,13 @@ install: all liblwgeom-install loaderdumper-install uninstall: liblwgeom-uninstall loaderdumper-uninstall docs-uninstall -clean: Makefile.config liblwgeom-clean loaderdumper-clean docs-clean test-clean +clean: liblwgeom-clean loaderdumper-clean docs-clean test-clean rm -f lwpostgis.sql lwpostgis_upgrade.sql distclean: clean rm -Rf autom4te.cache - rm -f config.log config.cache config.status Makefile.config - rm -f config.h + rm -f config.log config.cache config.status + rm -f postgis_config.h maintainer-clean: @echo '------------------------------------------------------'