[GRASS-SVN] r32424 - grass/branches/develbranch_6/db

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 31 16:02:02 EDT 2008


Author: neteler
Date: 2008-07-31 16:02:02 -0400 (Thu, 31 Jul 2008)
New Revision: 32424

Modified:
   grass/branches/develbranch_6/db/Makefile
Log:
glynn: Parallel make fix: drivers must be built before base otherwise HTML files have incomplete list of options for driver= (merge from trunk)

Modified: grass/branches/develbranch_6/db/Makefile
===================================================================
--- grass/branches/develbranch_6/db/Makefile	2008-07-31 20:00:42 UTC (rev 32423)
+++ grass/branches/develbranch_6/db/Makefile	2008-07-31 20:02:02 UTC (rev 32424)
@@ -12,6 +12,6 @@
 
 default: htmldir
 
-htmldir: parsubdirs
+htmldir: subdirs
 
 clean: cleansubdirs



More information about the grass-commit mailing list