[GRASS-SVN] r43168 - grass/trunk/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 20 09:13:52 EDT 2010


Author: hellik
Date: 2010-08-20 13:13:52 +0000 (Fri, 20 Aug 2010)
New Revision: 43168

Modified:
   grass/trunk/lib/python/Makefile
Log:
#1125: wingrass - ctypes - compiling error fixed

Modified: grass/trunk/lib/python/Makefile
===================================================================
--- grass/trunk/lib/python/Makefile	2010-08-20 11:19:20 UTC (rev 43167)
+++ grass/trunk/lib/python/Makefile	2010-08-20 13:13:52 UTC (rev 43168)
@@ -13,14 +13,10 @@
 PYFILES := $(patsubst %,$(DSTDIR)/%.py,$(MODULES) __init__)
 PYCFILES := $(patsubst %,$(DSTDIR)/%.pyc,$(MODULES) __init__)
 
-ifeq ($(MINGW),)
-	CLEAN_SUBDIRS = ctypes
-endif
+CLEAN_SUBDIRS = ctypes
 
 default: $(PYFILES) $(PYCFILES) $(GDIR)/__init__.py $(GDIR)/__init__.pyc
-ifeq ($(MINGW),)
 	-$(MAKE) -C ctypes || echo $(CURDIR)/ctypes >> $(ERRORLOG)
-endif
 
 $(PYDIR):
 	$(MKDIR) $@



More information about the grass-commit mailing list