Makefile: drop references to "make depend" syslinux-3.80-pre3
authorH. Peter Anvin <hpa@zytor.com>
Wed, 29 Apr 2009 04:54:47 +0000 (21:54 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 29 Apr 2009 04:54:47 +0000 (21:54 -0700)
We no longer need "make depend" for anything.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Makefile
Makefile.private

index bdaffe6..76abff5 100644 (file)
--- 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
index 866bd7b..ab9fee2 100644 (file)
@@ -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'