[GRASS-SVN] r31479 - grass/trunk/lib

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 22 06:49:52 EDT 2008


Author: glynn
Date: 2008-05-22 06:49:52 -0400 (Thu, 22 May 2008)
New Revision: 31479

Modified:
   grass/trunk/lib/Makefile
Log:
Create $(GISBASE)/include before $(GISBASE)/include/grass (potential parallel make issue)


Modified: grass/trunk/lib/Makefile
===================================================================
--- grass/trunk/lib/Makefile	2008-05-22 08:20:07 UTC (rev 31478)
+++ grass/trunk/lib/Makefile	2008-05-22 10:49:52 UTC (rev 31479)
@@ -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