aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene Cumm <gene.cumm@gmail.com>2013-06-27 11:07:41 -0400
committerGene Cumm <gene.cumm@gmail.com>2013-06-27 11:07:41 -0400
commitbf9320d4186033af250a3dd5ba6a04503c39f51b (patch)
tree34dd6a5560980f40808ed88f905753ae5692a6c5
parenta2f057c289cbf142cdd6de7d89123df2f21e475a (diff)
downloadsyslinux-bf9320d4186033af250a3dd5ba6a04503c39f51b.tar.gz
syslinux-bf9320d4186033af250a3dd5ba6a04503c39f51b.tar.xz
syslinux-bf9320d4186033af250a3dd5ba6a04503c39f51b.zip
Makefile: make gpxe/ depend on core/
Paralleling sometimes fails depending on pxelinux.0 Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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); \