[GRASS-SVN] r48570 - grass/branches/develbranch_6/misc

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 30 10:04:36 EDT 2011


Author: martinl
Date: 2011-09-30 07:04:36 -0700 (Fri, 30 Sep 2011)
New Revision: 48570

Modified:
   grass/branches/develbranch_6/misc/Makefile
Log:
remove redundant compilation check for m.nviz.image


Modified: grass/branches/develbranch_6/misc/Makefile
===================================================================
--- grass/branches/develbranch_6/misc/Makefile	2011-09-30 14:01:01 UTC (rev 48569)
+++ grass/branches/develbranch_6/misc/Makefile	2011-09-30 14:04:36 UTC (rev 48570)
@@ -3,12 +3,9 @@
 include $(MODULE_TOPDIR)/include/Make/Platform.make
 
 SUBDIRS = \
-	m.cogo
+	m.cogo \
+	m.nviz.image
 
-ifneq ($(strip $(OPENGLLIB)),)
-    SUBDIRS += m.nviz.image
-endif
-
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 
 default: parsubdirs



More information about the grass-commit mailing list