summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-29 15:43:18 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-29 15:43:18 -0700
commit2361c484b456ee07907fdc7e6040de2898ddfada (patch)
tree48f80f240ea29c6d96b06b07f455691b6b05fb36
parentf5b4f5728f48b1964b791972527e295f4793158c (diff)
downloadsyslinux-3.70-pre12.tar.gz
The only thing still in the root is version.{h,gen}; needed earlysyslinux-3.70-pre12
The only things we still have in the root is version.h and version.gen. As a result, move all the subdirectories later, since they are common prerequisites.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d522cade..1b208c75 100644
--- a/Makefile
+++ b/Makefile
@@ -78,8 +78,8 @@ BOBJECTS = $(BTARGET) \
memdisk/memdisk memdump/memdump.com
# BESUBDIRS and IESUBDIRS are "early", i.e. before the root; BSUBDIRS
# and ISUBDIRS are "late", after the root.
-BESUBDIRS = mbr core
-BSUBDIRS = memdisk memdump gpxe dos win32
+BESUBDIRS =
+BSUBDIRS = core memdisk mbr memdump gpxe dos win32
ITARGET =
IOBJECTS = $(ITARGET) dos/copybs.com utils/gethostip utils/mkdiskimage \
mtools/syslinux linux/syslinux extlinux/extlinux