Explorar el Código

makefile: change build order

Move docs to the end of list - build errors in core code can be spotted
earlier.
Marek Marczykowski hace 11 años
padre
commit
3b5c89d9ce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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