[GRASS-SVN] r31480 - grass/trunk/gui/wxpython/vdigit
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 22 06:50:54 EDT 2008
Author: glynn
Date: 2008-05-22 06:50:54 -0400 (Thu, 22 May 2008)
New Revision: 31480
Modified:
grass/trunk/gui/wxpython/vdigit/Makefile
Log:
Don't run SWIG concurrently
Modified: grass/trunk/gui/wxpython/vdigit/Makefile
===================================================================
--- grass/trunk/gui/wxpython/vdigit/Makefile 2008-05-22 10:49:52 UTC (rev 31479)
+++ grass/trunk/gui/wxpython/vdigit/Makefile 2008-05-22 10:50:54 UTC (rev 31480)
@@ -27,6 +27,8 @@
$(LIB_NAME).py $(LIB_NAME)_wrap.cpp: $(LIB_NAME).i
$(SWIG) -c++ -python -shadow -o $(LIB_NAME)_wrap.cpp $<
+.NOTPARALLEL: $(LIB_NAME).py $(LIB_NAME)_wrap.cpp
+
$(SHLIB): $(SHLIB_OBJS)
$(SHLIB_LD) -o $@ $(LDFLAGS) $^ $(EXTRA_LIBS)
More information about the grass-commit
mailing list