浏览代码

makefile: change build order

Move docs to the end of list - build errors in core code can be spotted
earlier.
Marek Marczykowski 11 年之前
父节点
当前提交
3b5c89d9ce
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile.builder

+ 1 - 1
Makefile.builder

@@ -1,3 +1,3 @@
 ifeq ($(PACKAGE_SET),dom0)
-RPM_SPEC_FILES := $(addprefix rpm_spec/,core-dom0-doc.spec core-dom0.spec)
+RPM_SPEC_FILES := $(addprefix rpm_spec/,core-dom0.spec core-dom0-doc.spec)
 endif