소스 검색

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