Browse Source

https://trac.osgeo.org/grass/ticket/1125: wingrass - ctypes - compiling error fixed

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43168 15284696-431f-4ddb-bdfa-cd5b030d7da7
Helmut Kudrnovsky 14 years ago
parent
commit
9ee814421c
1 changed files with 1 additions and 5 deletions
  1. 1 5
      lib/python/Makefile

+ 1 - 5
lib/python/Makefile

@@ -13,14 +13,10 @@ MODULES = core db raster vector array
 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) $@