[GRASS-SVN] r37630 - grass/branches/develbranch_6/raster
    svn_grass at osgeo.org 
    svn_grass at osgeo.org
       
    Sat May 30 15:04:27 EDT 2009
    
    
  
Author: hamish
Date: 2009-05-30 15:04:27 -0400 (Sat, 30 May 2009)
New Revision: 37630
Modified:
   grass/branches/develbranch_6/raster/Makefile
Log:
fix MINGW test to only build r.li for UNIX
Modified: grass/branches/develbranch_6/raster/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/Makefile	2009-05-30 16:35:35 UTC (rev 37629)
+++ grass/branches/develbranch_6/raster/Makefile	2009-05-30 19:04:27 UTC (rev 37630)
@@ -40,7 +40,6 @@
 	r.kappa \
 	r.lake \
 	r.le \
-	r.li \
 	r.los \
 	r.mapcalc \
 	r.median \
@@ -128,7 +127,7 @@
 
 include $(MODULE_TOPDIR)/include/Make/Platform.make
 
-ifneq ($(MINGW),)
+ifndef MINGW
     SUBDIRS += r.li
 endif
 
    
    
More information about the grass-commit
mailing list