浏览代码

Create $(GISBASE)/include before $(GISBASE)/include/grass (potential parallel make issue)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31479 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 17 年之前
父节点
当前提交
ac67116a9a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/Makefile

+ 1 - 0
lib/Makefile

@@ -58,6 +58,7 @@ default: headers
 	$(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