[GRASS-SVN] r48571 - in grass/branches/develbranch_6/misc: .
m.nviz.image
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 30 10:27:20 EDT 2011
Author: martinl
Date: 2011-09-30 07:27:20 -0700 (Fri, 30 Sep 2011)
New Revision: 48571
Modified:
grass/branches/develbranch_6/misc/Makefile
grass/branches/develbranch_6/misc/m.nviz.image/Makefile
Log:
fix m.nviz.image Makefile
Modified: grass/branches/develbranch_6/misc/Makefile
===================================================================
--- grass/branches/develbranch_6/misc/Makefile 2011-09-30 14:04:36 UTC (rev 48570)
+++ grass/branches/develbranch_6/misc/Makefile 2011-09-30 14:27:20 UTC (rev 48571)
@@ -3,9 +3,12 @@
include $(MODULE_TOPDIR)/include/Make/Platform.make
SUBDIRS = \
- m.cogo \
- m.nviz.image
+ m.cogo
+ifneq ($(USE_OPENGL),)
+ SUBDIRS += m.nviz.image
+endif
+
include $(MODULE_TOPDIR)/include/Make/Dir.make
default: parsubdirs
Modified: grass/branches/develbranch_6/misc/m.nviz.image/Makefile
===================================================================
--- grass/branches/develbranch_6/misc/m.nviz.image/Makefile 2011-09-30 14:04:36 UTC (rev 48570)
+++ grass/branches/develbranch_6/misc/m.nviz.image/Makefile 2011-09-30 14:27:20 UTC (rev 48571)
@@ -28,6 +28,4 @@
include $(MODULE_TOPDIR)/include/Make/Module.make
-ifneq ($(USE_OPENGL),)
default: cmd
-endif
More information about the grass-commit
mailing list