Browse Source

MINGW test to only build r.li for UNIX

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37631 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 years ago
parent
commit
7abdf86fb5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      raster/r.li/Makefile

+ 2 - 1
raster/r.li/Makefile

@@ -23,8 +23,9 @@ SUBDIRS = r.li.daemon $(SUBDIRS1)
 
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 
 
+ifndef MINGW
 default: parsubdirs htmldir
 default: parsubdirs htmldir
-
+endif
 
 
 $(SUBDIRS1): r.li.daemon
 $(SUBDIRS1): r.li.daemon