[GRASS-SVN] r32414 - grass/trunk/db

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 31 14:19:07 EDT 2008


Author: glynn
Date: 2008-07-31 14:19:07 -0400 (Thu, 31 Jul 2008)
New Revision: 32414

Modified:
   grass/trunk/db/Makefile
Log:
Parallel make fix: drivers must be built before base otherwise HTML
files have incomplete list of options for driver=.


Modified: grass/trunk/db/Makefile
===================================================================
--- grass/trunk/db/Makefile	2008-07-31 17:45:27 UTC (rev 32413)
+++ grass/trunk/db/Makefile	2008-07-31 18:19:07 UTC (rev 32414)
@@ -12,6 +12,6 @@
 
 default: htmldir
 
-htmldir: parsubdirs
+htmldir: subdirs
 
 clean: cleansubdirs



More information about the grass-commit mailing list