summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLiu Aleaxander <Aleaxander@gmail.com>2009-06-03 07:38:19 +0800
committerLiu Aleaxander <Aleaxander@gmail.com>2009-06-03 07:38:19 +0800
commite751e537459b681b4a0b56276e58f08296f9dc8f (patch)
tree01066c4e357dddfd1206fbea95c71440824fdaf5 /Makefile
parent1d7733675c3c265ba00094647d4910b0f5d8748d (diff)
downloadsyslinux-e751e537459b681b4a0b56276e58f08296f9dc8f.tar.gz
printf error fixed
and removed the itao function as the printf function works well now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index de0d2fda..fb411e7a 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ BOBJECTS = $(BTARGET) \
# Note: libinstaller is both a BSUBDIR and an ISUBDIR. It contains
# files that depend only on the B phase, but may have to be regenerated
# for "make installer".
-BSUBDIRS = codepage com32 lzo core memdisk modules mbr memdump gpxe sample \
+BSUBDIRS = codepage com32 lzo core memdisk modules mbr memdump sample \
libinstaller dos win32
ITARGET =
IOBJECTS = $(ITARGET) dos/copybs.com \