From 4d0340670f3bd9dff2f51b0584b554962d8c305e Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 28 Apr 2009 21:54:47 -0700 Subject: [PATCH] Makefile: drop references to "make depend" We no longer need "make depend" for anything. Signed-off-by: H. Peter Anvin --- Makefile | 5 ----- Makefile.private | 3 +-- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index bdaffe6..76abff5 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 866bd7b..ab9fee2 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' -- 2.7.4