[GRASS-SVN] r37092 - grass/branches/develbranch_6/gui/tcltk
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 10 05:54:33 EDT 2009
Author: hamish
Date: 2009-05-10 05:54:33 -0400 (Sun, 10 May 2009)
New Revision: 37092
Modified:
grass/branches/develbranch_6/gui/tcltk/Makefile
Log:
don't install d.m on WinGRASS
Modified: grass/branches/develbranch_6/gui/tcltk/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/tcltk/Makefile 2009-05-10 09:18:04 UTC (rev 37091)
+++ grass/branches/develbranch_6/gui/tcltk/Makefile 2009-05-10 09:54:33 UTC (rev 37092)
@@ -1,7 +1,11 @@
MODULE_TOPDIR = ../..
-SUBDIRS = d.m gis.m
+SUBDIRS = gis.m
+ifndef MINGW
+SUBDIRS += d.m
+endif
+
include $(MODULE_TOPDIR)/include/Make/Dir.make
default: parsubdirs
More information about the grass-commit
mailing list