summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-04-28 21:54:47 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-04-28 21:54:47 -0700
commit4d0340670f3bd9dff2f51b0584b554962d8c305e (patch)
tree13dc3c1b63c524ce273415cdf4cde5030c4b15c8 /Makefile
parent50c5d8683be03ff9212aed2a99d8928e0ad2641f (diff)
downloadsyslinux-4d0340670f3bd9dff2f51b0584b554962d8c305e.tar.gz
Makefile: drop references to "make depend"syslinux-3.80-pre3
We no longer need "make depend" for anything. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index bdaffe67..76abff51 100644
--- a/Makefile
+++ b/Makefile
@@ -155,11 +155,6 @@ local-spotless:
spotless: local-clean local-dist local-spotless
set -e ; for i in $(BESUBDIRS) $(IESUBDIRS) $(BSUBDIRS) $(ISUBDIRS) ; do $(MAKE) -C $$i $@ ; done
-local-depend:
-
-depend: local-depend
- $(MAKE) -C memdisk depend
-
# Shortcut to build linux/syslinux using klibc
klibc:
$(MAKE) clean