summaryrefslogtreecommitdiffstats
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
parent50c5d8683be03ff9212aed2a99d8928e0ad2641f (diff)
downloadsyslinux-3.80-pre3.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>
-rw-r--r--Makefile5
-rw-r--r--Makefile.private3
2 files changed, 1 insertions, 7 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
diff --git a/Makefile.private b/Makefile.private
index 866bd7b6..ab9fee21 100644
--- a/Makefile.private
+++ b/Makefile.private
@@ -17,7 +17,7 @@
#
.PHONY: official release
-PRIVATE = Makefile.private .depend */.depend
+PRIVATE = Makefile.private
GIT_DIR ?= .git
ABS_GIT_DIR := $(shell cd '$(GIT_DIR)' 2>/dev/null && pwd)
@@ -36,7 +36,6 @@ burn: isolinux.iso
official:
$(MAKE) spotless CC='$(CC) -m32'
- $(MAKE) depend CC='$(CC) -m32'
$(MAKE) all CC='$(CC) -m32'
$(MAKE) dist CC='$(CC) -m32'