[postgis-commits] svn - r2776 - trunk

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Wed May 14 10:24:25 PDT 2008


Author: mcayland
Date: 2008-05-14 10:24:25 -0700 (Wed, 14 May 2008)
New Revision: 2776

Modified:
   trunk/GNUmakefile
Log:
Fixes for previous commit: missed Makefile.config target for "make clean"

Modified: trunk/GNUmakefile
===================================================================
--- trunk/GNUmakefile	2008-05-14 17:19:50 UTC (rev 2775)
+++ trunk/GNUmakefile	2008-05-14 17:24:25 UTC (rev 2776)
@@ -10,13 +10,13 @@
 
 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 '------------------------------------------------------'



More information about the postgis-commits mailing list