瀏覽代碼

Change build order: libraries, modules, other (apps, docs etc)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33135 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 年之前
父節點
當前提交
5699050826
共有 1 個文件被更改,包括 11 次插入11 次删除
  1. 11 11
      Makefile

+ 11 - 11
Makefile

@@ -37,23 +37,23 @@ DIRS = \
 	lib \
 	db \
 	display \
-	doc \
-	gem \
 	general \
-	gui \
-	imagery \
-	misc \
-	ps \
 	raster \
 	raster3d \
-	scripts \
-	sites \
-	tools \
 	vector \
+	misc \
+	imagery \
+	ps \
+	sites \
+	scripts \
+	doc \
+	gui \
 	visualization \
+	tools \
+	gem \
 	man \
-	macosx \
-	locale
+	locale \
+	macosx
 
 SUBDIRS = $(DIRS)