summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-08-24 21:04:27 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-08-24 21:04:27 -0700
commit3c6c02ff57e3f2fd72a7ec41d8bfbf14290a7adc (patch)
treec9b4f0bc28b3fca56b26e2eda53690ba42295631 /Makefile
parent131a731d4370f69ee79e16dcafd650021b324ea2 (diff)
downloadsyslinux-3c6c02ff57e3f2fd72a7ec41d8bfbf14290a7adc.tar.gz
Support building extlinux with klibc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c66779c..dffe44c1 100644
--- a/Makefile
+++ b/Makefile
@@ -255,7 +255,7 @@ depend: local-depend
# Shortcut to build unix/syslinux using klibc
klibc:
$(MAKE) clean
- $(MAKE) CC=klcc ITARGET= ISUBDIRS=unix BSUBDIRS=
+ $(MAKE) CC=klcc ITARGET= ISUBDIRS='unix extlinux' BSUBDIRS=
# Hook to add private Makefile targets for the maintainer.
-include Makefile.private