[GRASS-SVN] r43059 - grass/branches/develbranch_6

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 12 04:27:28 EDT 2010


Author: martinl
Date: 2010-08-12 08:27:28 +0000 (Thu, 12 Aug 2010)
New Revision: 43059

Modified:
   grass/branches/develbranch_6/Makefile
Log:
disable swig to avoid conflict with ctypes


Modified: grass/branches/develbranch_6/Makefile
===================================================================
--- grass/branches/develbranch_6/Makefile	2010-08-12 08:20:02 UTC (rev 43058)
+++ grass/branches/develbranch_6/Makefile	2010-08-12 08:27:28 UTC (rev 43059)
@@ -52,8 +52,8 @@
 	tools \
 	vector \
 	visualization \
-	man \
-	swig
+	man
+#	swig
 
 ifneq ($(strip $(MACOSX_APP)),)
 	DIRS += macosx



More information about the grass-commit mailing list