[GRASS-SVN] r48687 - in grass/branches/releasebranch_6_4/misc: . m.nviz.image

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 9 06:30:25 EDT 2011


Author: martinl
Date: 2011-10-09 03:30:25 -0700 (Sun, 09 Oct 2011)
New Revision: 48687

Modified:
   grass/branches/releasebranch_6_4/misc/Makefile
   grass/branches/releasebranch_6_4/misc/m.nviz.image/Makefile
Log:
fix m.nviz.image Makefile
    (merge r48570, r48571 from devbr6)


Modified: grass/branches/releasebranch_6_4/misc/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/misc/Makefile	2011-10-09 10:28:34 UTC (rev 48686)
+++ grass/branches/releasebranch_6_4/misc/Makefile	2011-10-09 10:30:25 UTC (rev 48687)
@@ -5,7 +5,7 @@
 SUBDIRS = \
 	m.cogo
 
-ifneq ($(strip $(OPENGLLIB)),)
+ifneq ($(USE_OPENGL),)
     SUBDIRS += m.nviz.image
 endif
 

Modified: grass/branches/releasebranch_6_4/misc/m.nviz.image/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/misc/m.nviz.image/Makefile	2011-10-09 10:28:34 UTC (rev 48686)
+++ grass/branches/releasebranch_6_4/misc/m.nviz.image/Makefile	2011-10-09 10:30:25 UTC (rev 48687)
@@ -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