From bf9320d4186033af250a3dd5ba6a04503c39f51b Mon Sep 17 00:00:00 2001 From: Gene Cumm Date: Thu, 27 Jun 2013 11:07:41 -0400 Subject: [PATCH] Makefile: make gpxe/ depend on core/ Paralleling sometimes fails depending on pxelinux.0 Signed-off-by: Gene Cumm --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9c886d8c..107e5fa7 100644 --- a/Makefile +++ b/Makefile @@ -285,6 +285,7 @@ libinstaller: core utils: mbr core: com32 efi: core +gpxe: core installer: installer-local set -e; for i in $(ISUBDIRS); \ -- 2.11.4.GIT