[GRASS-SVN] r37631 - grass/trunk/raster/r.li
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat May 30 15:09:38 EDT 2009
Author: hamish
Date: 2009-05-30 15:09:38 -0400 (Sat, 30 May 2009)
New Revision: 37631
Modified:
grass/trunk/raster/r.li/Makefile
Log:
MINGW test to only build r.li for UNIX
Modified: grass/trunk/raster/r.li/Makefile
===================================================================
--- grass/trunk/raster/r.li/Makefile 2009-05-30 19:04:27 UTC (rev 37630)
+++ grass/trunk/raster/r.li/Makefile 2009-05-30 19:09:38 UTC (rev 37631)
@@ -23,8 +23,9 @@
include $(MODULE_TOPDIR)/include/Make/Dir.make
+ifndef MINGW
default: parsubdirs htmldir
+endif
-
$(SUBDIRS1): r.li.daemon
More information about the grass-commit
mailing list