[GRASS-SVN] r30526 - in grass/trunk/lib/vector: . vedit
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Mar 11 14:17:01 EDT 2008
Author: martinl
Date: 2008-03-11 14:17:01 -0400 (Tue, 11 Mar 2008)
New Revision: 30526
Modified:
grass/trunk/lib/vector/Makefile
grass/trunk/lib/vector/vedit/Makefile
Log:
veditlib: make -j fix
Modified: grass/trunk/lib/vector/Makefile
===================================================================
--- grass/trunk/lib/vector/Makefile 2008-03-10 23:28:24 UTC (rev 30525)
+++ grass/trunk/lib/vector/Makefile 2008-03-11 18:17:01 UTC (rev 30526)
@@ -20,3 +20,5 @@
diglib: rtree
Vlib: rtree dglib diglib
+
+vedit: Vlib
Modified: grass/trunk/lib/vector/vedit/Makefile
===================================================================
--- grass/trunk/lib/vector/vedit/Makefile 2008-03-10 23:28:24 UTC (rev 30525)
+++ grass/trunk/lib/vector/vedit/Makefile 2008-03-11 18:17:01 UTC (rev 30526)
@@ -1,7 +1,9 @@
MODULE_TOPDIR = ../../..
LIB_NAME = $(VEDIT_LIBNAME)
-DEPENDENCIES = $(GISDEP)
+
+DEPENDENCIES = $(VECTDEP) $(GISDEP)
+
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
EXTRA_LIBS = $(VECTLIB) $(DBMILIB) $(GISLIB)
@@ -9,5 +11,3 @@
include $(MODULE_TOPDIR)/include/Make/Lib.make
default: lib
-
-
More information about the grass-commit
mailing list