[GRASS-SVN] r34832 - in grass/branches/develbranch_6/gui/wxpython:
nviz vdigit
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 11 15:41:24 EST 2008
Author: martinl
Date: 2008-12-11 15:41:24 -0500 (Thu, 11 Dec 2008)
New Revision: 34832
Modified:
grass/branches/develbranch_6/gui/wxpython/nviz/Makefile
grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile
Log:
vdigit/nviz: define empty 'default' rule
Modified: grass/branches/develbranch_6/gui/wxpython/nviz/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/nviz/Makefile 2008-12-11 19:10:39 UTC (rev 34831)
+++ grass/branches/develbranch_6/gui/wxpython/nviz/Makefile 2008-12-11 20:41:24 UTC (rev 34832)
@@ -22,6 +22,8 @@
EXTRA_CLEAN_FILES = $(SHLIB) $(LIB_NAME).i $(LIB_NAME).py $(LIB_NAME)_wrap.cpp
+default:
+
ifneq ($(USE_WXWIDGETS),)
ifneq ($(USE_PYTHON),)
ifneq ($(strip $(CXX)),)
Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile 2008-12-11 19:10:39 UTC (rev 34831)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile 2008-12-11 20:41:24 UTC (rev 34832)
@@ -22,6 +22,8 @@
EXTRA_CLEAN_FILES = $(SHLIB) $(LIB_NAME).i $(LIB_NAME).py $(LIB_NAME)_wrap.cpp
+default:
+
ifneq ($(USE_WXWIDGETS),)
ifneq ($(USE_PYTHON),)
ifneq ($(strip $(CXX)),)
More information about the grass-commit
mailing list