From 19485cff4152f2fe1acd639f4267360b3ed9bef4 Mon Sep 17 00:00:00 2001
From: Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Date: Sat, 15 Jun 2002 12:00:43 -0500
Subject: [PATCH] kbuild: Remove remaining references to mkdep

Since mkdep is gone, calling it is surely no a good idea anymore.
---
 arch/ppc/Makefile        | 3 +--
 arch/ppc64/Makefile      | 2 +-
 arch/ppc64/boot/Makefile | 3 ---
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile
index 5ff2dc352dcd..68a3c591c96b 100644
--- a/arch/ppc/Makefile
+++ b/arch/ppc/Makefile
@@ -117,5 +117,4 @@ archclean:
 
 archmrproper:
 
-archdep: scripts/mkdep
-	$(MAKEBOOT) fastdep
+archdep:
diff --git a/arch/ppc64/Makefile b/arch/ppc64/Makefile
index 8c489353d9d9..3e27ac194126 100644
--- a/arch/ppc64/Makefile
+++ b/arch/ppc64/Makefile
@@ -67,4 +67,4 @@ archclean:
 archmrproper:
 
 archdep:
-	$(MAKEBOOT) fastdep
+	$(MAKEBOOT) dep
diff --git a/arch/ppc64/boot/Makefile b/arch/ppc64/boot/Makefile
index 1fc6d356d843..0dad54b44742 100644
--- a/arch/ppc64/boot/Makefile
+++ b/arch/ppc64/boot/Makefile
@@ -121,9 +121,6 @@ imagesize.c: vmlinux.gz
 clean:
 	rm -f piggyback note addnote $(OBJS) zImage zImage.initrd vmlinux.gz no_initrd.o imagesize.c addSystemMap vmlinux.sm addRamDisk vmlinux.initrd vmlinux.sminitrd 
 
-fastdep:
-	$(TOPDIR)/scripts/mkdep *.[Sch] > .depend
-
 dep:
 	$(CPP) $(CPPFLAGS) -M *.S *.c > .depend
 
-- 
2.30.9