[GRASS-SVN] r30527 - in grass/branches/releasebranch_6_3/lib/vector: . vedit

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 11 14:22:47 EDT 2008


Author: martinl
Date: 2008-03-11 14:22:47 -0400 (Tue, 11 Mar 2008)
New Revision: 30527

Modified:
   grass/branches/releasebranch_6_3/lib/vector/Makefile
   grass/branches/releasebranch_6_3/lib/vector/vedit/Makefile
Log:
veditlib: make -j fix (backported from trunk)

Modified: grass/branches/releasebranch_6_3/lib/vector/Makefile
===================================================================
--- grass/branches/releasebranch_6_3/lib/vector/Makefile	2008-03-11 18:17:01 UTC (rev 30526)
+++ grass/branches/releasebranch_6_3/lib/vector/Makefile	2008-03-11 18:22:47 UTC (rev 30527)
@@ -20,3 +20,5 @@
 diglib: rtree
 
 Vlib: rtree dglib diglib
+
+vedit: Vlib

Modified: grass/branches/releasebranch_6_3/lib/vector/vedit/Makefile
===================================================================
--- grass/branches/releasebranch_6_3/lib/vector/vedit/Makefile	2008-03-11 18:17:01 UTC (rev 30526)
+++ grass/branches/releasebranch_6_3/lib/vector/vedit/Makefile	2008-03-11 18:22:47 UTC (rev 30527)
@@ -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