[GRASS-SVN] r30174 - grass/trunk/gui/wxpython/vdigit
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 15 17:05:20 EST 2008
Author: martinl
Date: 2008-02-15 17:05:19 -0500 (Fri, 15 Feb 2008)
New Revision: 30174
Modified:
grass/trunk/gui/wxpython/vdigit/Makefile
Log:
wxGUI/vdigit: Makefile typo
Modified: grass/trunk/gui/wxpython/vdigit/Makefile
===================================================================
--- grass/trunk/gui/wxpython/vdigit/Makefile 2008-02-15 22:04:11 UTC (rev 30173)
+++ grass/trunk/gui/wxpython/vdigit/Makefile 2008-02-15 22:05:19 UTC (rev 30174)
@@ -30,7 +30,7 @@
cat ./digit.h >> grass6_wxvdigit.i
create_wrap.cpp: grass6_wxvdigit.i
- $(SWIG) -c++ -python -shadow -o $@ $<
+ $(SWIG) -c++ -python -shadow -o grass6_wxvdigit_wrap.cpp $<
$(OBJARCH)/%.o: %.cpp $(LOCAL_HEADERS)
$(CXX) $(CXXFLAGS) $(INCLUDE_DIRS) $< -o $@
More information about the grass-commit
mailing list