[GRASS-SVN] r31664 - grass/branches/develbranch_6/lib

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 10 01:12:51 EDT 2008


Author: neteler
Date: 2008-06-10 01:12:50 -0400 (Tue, 10 Jun 2008)
New Revision: 31664

Modified:
   grass/branches/develbranch_6/lib/Makefile
Log:
fix -jX race condition (merge from trunk)

Modified: grass/branches/develbranch_6/lib/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/Makefile	2008-06-10 05:08:18 UTC (rev 31663)
+++ grass/branches/develbranch_6/lib/Makefile	2008-06-10 05:12:50 UTC (rev 31664)
@@ -58,6 +58,7 @@
 	$(MAKE) subdirs
 
 headers: 
+	if [ ! -d $(GISBASE)/include ]; then $(MKDIR) $(GISBASE)/include; fi
 	if [ ! -d $(GISBASE)/include/grass ]; then $(MKDIR) $(GISBASE)/include/grass; fi
 	if [ ! -d $(GISBASE)/include/grass/vect ]; then $(MKDIR) $(GISBASE)/include/grass/vect; fi
 	if [ ! -d $(GISBASE)/include/Make ]; then $(MKDIR) $(GISBASE)/include/Make; fi



More information about the grass-commit mailing list