From: Adrian Bunk The patch below is an updated version of the patch that removes some remaining mentions of "make dep". --- Documentation/networking/arcnet.txt | 1 - arch/arm/kernel/Makefile | 2 +- arch/arm26/mm/Makefile | 7 ------- arch/h8300/mm/Makefile | 5 ----- arch/h8300/platform/h8300h/Makefile | 4 ---- arch/h8300/platform/h8300h/aki3068net/Makefile | 4 ---- arch/h8300/platform/h8300h/generic/Makefile | 4 ---- arch/h8300/platform/h8300h/h8max/Makefile | 4 ---- arch/h8300/platform/h8s/Makefile | 4 ---- arch/h8300/platform/h8s/edosk2674/Makefile | 4 ---- arch/h8300/platform/h8s/generic/Makefile | 4 ---- arch/i386/mach-voyager/Makefile | 5 ----- arch/mips/au1000/csb250/Makefile | 4 ---- arch/mips/au1000/hydrogen3/Makefile | 4 ---- arch/mips/au1000/mtx-1/Makefile | 4 ---- arch/mips/au1000/pb1550/Makefile | 4 ---- arch/mips/au1000/xxs1500/Makefile | 4 ---- arch/mips/kernel/gdb-stub.c | 2 +- arch/mips/momentum/jaguar_atx/Makefile | 4 ---- arch/mips/tx4927/common/Makefile | 4 ---- arch/sh/boards/adx/Makefile | 4 ---- arch/sh/boards/bigsur/Makefile | 4 ---- arch/sh/boards/cat68701/Makefile | 4 ---- arch/sh/boards/cqreek/Makefile | 4 ---- arch/sh/boards/dmida/Makefile | 4 ---- arch/sh/boards/dreamcast/Makefile | 4 ---- arch/sh/boards/ec3104/Makefile | 4 ---- arch/sh/boards/harp/Makefile | 4 ---- arch/sh/boards/hp6xx/hp620/Makefile | 4 ---- arch/sh/boards/hp6xx/hp680/Makefile | 4 ---- arch/sh/boards/hp6xx/hp690/Makefile | 4 ---- arch/sh/boards/mpc1211/Makefile | 4 ---- arch/sh/boards/overdrive/Makefile | 4 ---- arch/sh/boards/saturn/Makefile | 4 ---- arch/sh/boards/se/770x/Makefile | 4 ---- arch/sh/boards/se/7751/Makefile | 4 ---- arch/sh/boards/sh2000/Makefile | 4 ---- arch/sh/boards/snapgear/Makefile | 4 ---- arch/sh/boards/systemh/Makefile | 4 ---- arch/sh/boards/unknown/Makefile | 4 ---- arch/sh/cchips/hd6446x/hd64461/Makefile | 4 ---- arch/sh/cchips/hd6446x/hd64465/Makefile | 4 ---- drivers/video/i810/Makefile | 6 ------ drivers/video/kyro/Makefile | 5 ----- fs/befs/Makefile | 6 ------ net/ipv4/ipvs/Makefile | 6 ------ 46 files changed, 2 insertions(+), 187 deletions(-) diff -puN arch/arm26/mm/Makefile~remove-make-dep-references arch/arm26/mm/Makefile --- 25/arch/arm26/mm/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/arm26/mm/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,12 +1,5 @@ # # Makefile for the linux arm26-specific parts of the memory manager. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# -# Note 2! The CFLAGS definition is now in the main makefile... - -# Object file lists. obj-y := init.o extable.o proc-funcs.o mm-memc.o fault.o diff -puN arch/arm/kernel/Makefile~remove-make-dep-references arch/arm/kernel/Makefile --- 25/arch/arm/kernel/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/arm/kernel/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -29,7 +29,7 @@ obj-$(CONFIG_DEBUG_LL) += debug.o extra-y := $(head-y) init_task.o vmlinux.lds.s -# Spell out some dependencies that `make dep' doesn't spot +# Spell out some dependencies that aren't automatically figured out $(obj)/entry-armv.o: $(obj)/entry-header.S include/asm-arm/constants.h $(obj)/entry-common.o: $(obj)/entry-header.S include/asm-arm/constants.h \ $(obj)/calls.S diff -puN arch/h8300/mm/Makefile~remove-make-dep-references arch/h8300/mm/Makefile --- 25/arch/h8300/mm/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/h8300/mm/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,5 @@ # # Makefile for the linux m68k-specific parts of the memory manager. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# -# Note 2! The CFLAGS definition is now in the main makefile... obj-y := init.o fault.o memory.o kmap.o diff -puN arch/h8300/platform/h8300h/aki3068net/Makefile~remove-make-dep-references arch/h8300/platform/h8300h/aki3068net/Makefile --- 25/arch/h8300/platform/h8300h/aki3068net/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/h8300/platform/h8300h/aki3068net/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the linux kernel. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# extra-y := crt0_ram.o obj-y := timer.o diff -puN arch/h8300/platform/h8300h/generic/Makefile~remove-make-dep-references arch/h8300/platform/h8300h/generic/Makefile --- 25/arch/h8300/platform/h8300h/generic/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/h8300/platform/h8300h/generic/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the linux kernel. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := timer.o extra-y = crt0_$(MODEL).o diff -puN arch/h8300/platform/h8300h/h8max/Makefile~remove-make-dep-references arch/h8300/platform/h8300h/h8max/Makefile --- 25/arch/h8300/platform/h8300h/h8max/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/h8300/platform/h8300h/h8max/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the linux kernel. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# extra-y := crt0_ram.o obj-y := timer.o diff -puN arch/h8300/platform/h8300h/Makefile~remove-make-dep-references arch/h8300/platform/h8300h/Makefile --- 25/arch/h8300/platform/h8300h/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/h8300/platform/h8300h/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -6,10 +6,6 @@ #VPATH := $(VPATH):$(BOARD) -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# .S.o: $(CC) -D__ASSEMBLY__ $(AFLAGS) -I. -c $< -o $*.o diff -puN arch/h8300/platform/h8s/edosk2674/Makefile~remove-make-dep-references arch/h8300/platform/h8s/edosk2674/Makefile --- 25/arch/h8300/platform/h8s/edosk2674/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/h8300/platform/h8s/edosk2674/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the linux kernel. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# extra-y := crt0_ram.o obj-y := timer.o diff -puN arch/h8300/platform/h8s/generic/Makefile~remove-make-dep-references arch/h8300/platform/h8s/generic/Makefile --- 25/arch/h8300/platform/h8s/generic/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/h8300/platform/h8s/generic/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the linux kernel. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# extra-y = crt0_$(MODEL).o obj-y := timer.o diff -puN arch/h8300/platform/h8s/Makefile~remove-make-dep-references arch/h8300/platform/h8s/Makefile --- 25/arch/h8300/platform/h8s/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/h8300/platform/h8s/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -6,10 +6,6 @@ #VPATH := $(VPATH):$(BOARD) -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# .S.o: $(CC) -D__ASSEMBLY__ $(AFLAGS) -I. -c $< -o $*.o diff -puN arch/i386/mach-voyager/Makefile~remove-make-dep-references arch/i386/mach-voyager/Makefile --- 25/arch/i386/mach-voyager/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/i386/mach-voyager/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,11 +1,6 @@ # # Makefile for the linux kernel. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# -# Note 2! The CFLAGS definitions are now in the main makefile... EXTRA_CFLAGS += -I../kernel obj-y := setup.o voyager_basic.o voyager_thread.o diff -puN arch/mips/au1000/csb250/Makefile~remove-make-dep-references arch/mips/au1000/csb250/Makefile --- 25/arch/mips/au1000/csb250/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/mips/au1000/csb250/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -4,10 +4,6 @@ # # Makefile for the Cogent CSB250 Au1500 board. Copied from Pb1500. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# USE_STANDARD_AS_RULE := true diff -puN arch/mips/au1000/hydrogen3/Makefile~remove-make-dep-references arch/mips/au1000/hydrogen3/Makefile --- 25/arch/mips/au1000/hydrogen3/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/mips/au1000/hydrogen3/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -5,10 +5,6 @@ # # Makefile for the Alchemy Semiconductor PB1000 board. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# .S.s: $(CPP) $(CFLAGS) $< -o $*.s diff -puN arch/mips/au1000/mtx-1/Makefile~remove-make-dep-references arch/mips/au1000/mtx-1/Makefile --- 25/arch/mips/au1000/mtx-1/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/mips/au1000/mtx-1/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -6,9 +6,5 @@ # # Makefile for 4G Systems MTX-1 board. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# lib-y := init.o board_setup.o irqmap.o diff -puN arch/mips/au1000/pb1550/Makefile~remove-make-dep-references arch/mips/au1000/pb1550/Makefile --- 25/arch/mips/au1000/pb1550/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/mips/au1000/pb1550/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -5,10 +5,6 @@ # # Makefile for the Alchemy Semiconductor PB1000 board. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# .S.s: $(CPP) $(CFLAGS) $< -o $*.s diff -puN arch/mips/au1000/xxs1500/Makefile~remove-make-dep-references arch/mips/au1000/xxs1500/Makefile --- 25/arch/mips/au1000/xxs1500/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/mips/au1000/xxs1500/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -5,9 +5,5 @@ # # Makefile for MyCable XXS1500 board. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# lib-y := init.o board_setup.o irqmap.o diff -puN arch/mips/kernel/gdb-stub.c~remove-make-dep-references arch/mips/kernel/gdb-stub.c --- 25/arch/mips/kernel/gdb-stub.c~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/mips/kernel/gdb-stub.c 2004-02-28 16:47:36.000000000 -0800 @@ -95,7 +95,7 @@ * Example: * $ cd ~/linux * $ make menuconfig - * $ make dep; make vmlinux + * $ make * * Step 3: * Download the kernel to the remote target and start diff -puN arch/mips/momentum/jaguar_atx/Makefile~remove-make-dep-references arch/mips/momentum/jaguar_atx/Makefile --- 25/arch/mips/momentum/jaguar_atx/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/mips/momentum/jaguar_atx/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for Momentum Computer's Jaguar-ATX board. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y += mv-irq.o int-handler.o irq.o pci-irq.o prom.o reset.o setup.o obj-$(CONFIG_PCI) += pci.o diff -puN arch/mips/tx4927/common/Makefile~remove-make-dep-references arch/mips/tx4927/common/Makefile --- 25/arch/mips/tx4927/common/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/mips/tx4927/common/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for common code for Toshiba TX4927 based systems # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := tx4927_prom.o obj-y += tx4927_setup.o diff -puN arch/sh/boards/adx/Makefile~remove-make-dep-references arch/sh/boards/adx/Makefile --- 25/arch/sh/boards/adx/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/adx/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for ADX boards # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o irq.o irq_maskreq.o diff -puN arch/sh/boards/bigsur/Makefile~remove-make-dep-references arch/sh/boards/bigsur/Makefile --- 25/arch/sh/boards/bigsur/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/bigsur/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the BigSur specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o io.o irq.o led.o diff -puN arch/sh/boards/cat68701/Makefile~remove-make-dep-references arch/sh/boards/cat68701/Makefile --- 25/arch/sh/boards/cat68701/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/cat68701/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the CAT-68701 specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o irq.o diff -puN arch/sh/boards/cqreek/Makefile~remove-make-dep-references arch/sh/boards/cqreek/Makefile --- 25/arch/sh/boards/cqreek/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/cqreek/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the CqREEK specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o irq.o diff -puN arch/sh/boards/dmida/Makefile~remove-make-dep-references arch/sh/boards/dmida/Makefile --- 25/arch/sh/boards/dmida/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/dmida/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -2,10 +2,6 @@ # Makefile for the DataMyte Industrial Digital Assistant(tm) specific parts # of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := mach.o diff -puN arch/sh/boards/dreamcast/Makefile~remove-make-dep-references arch/sh/boards/dreamcast/Makefile --- 25/arch/sh/boards/dreamcast/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/dreamcast/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the Sega Dreamcast specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o irq.o rtc.o diff -puN arch/sh/boards/ec3104/Makefile~remove-make-dep-references arch/sh/boards/ec3104/Makefile --- 25/arch/sh/boards/ec3104/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/ec3104/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the EC3104 specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o io.o irq.o diff -puN arch/sh/boards/harp/Makefile~remove-make-dep-references arch/sh/boards/harp/Makefile --- 25/arch/sh/boards/harp/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/harp/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for STMicroelectronics board specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := irq.o setup.o mach.o led.o diff -puN arch/sh/boards/hp6xx/hp620/Makefile~remove-make-dep-references arch/sh/boards/hp6xx/hp620/Makefile --- 25/arch/sh/boards/hp6xx/hp620/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/hp6xx/hp620/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the HP620 specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := mach.o diff -puN arch/sh/boards/hp6xx/hp680/Makefile~remove-make-dep-references arch/sh/boards/hp6xx/hp680/Makefile --- 25/arch/sh/boards/hp6xx/hp680/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/hp6xx/hp680/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the HP680 specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := mach.o setup.o diff -puN arch/sh/boards/hp6xx/hp690/Makefile~remove-make-dep-references arch/sh/boards/hp6xx/hp690/Makefile --- 25/arch/sh/boards/hp6xx/hp690/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/hp6xx/hp690/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the HP690 specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := mach.o diff -puN arch/sh/boards/mpc1211/Makefile~remove-make-dep-references arch/sh/boards/mpc1211/Makefile --- 25/arch/sh/boards/mpc1211/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/mpc1211/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the Interface (CTP/PCI/MPC-SH02) specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o rtc.o led.o diff -puN arch/sh/boards/overdrive/Makefile~remove-make-dep-references arch/sh/boards/overdrive/Makefile --- 25/arch/sh/boards/overdrive/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/overdrive/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the STMicroelectronics Overdrive specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := mach.o setup.o io.o irq.o led.o time.o diff -puN arch/sh/boards/saturn/Makefile~remove-make-dep-references arch/sh/boards/saturn/Makefile --- 25/arch/sh/boards/saturn/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/saturn/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the Sega Saturn specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o io.o irq.o diff -puN arch/sh/boards/se/770x/Makefile~remove-make-dep-references arch/sh/boards/se/770x/Makefile --- 25/arch/sh/boards/se/770x/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/se/770x/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the 770x SolutionEngine specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := mach.o setup.o io.o irq.o led.o diff -puN arch/sh/boards/se/7751/Makefile~remove-make-dep-references arch/sh/boards/se/7751/Makefile --- 25/arch/sh/boards/se/7751/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/se/7751/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the 7751 SolutionEngine specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := mach.o setup.o io.o irq.o led.o diff -puN arch/sh/boards/sh2000/Makefile~remove-make-dep-references arch/sh/boards/sh2000/Makefile --- 25/arch/sh/boards/sh2000/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/sh2000/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the SH2000 specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o diff -puN arch/sh/boards/snapgear/Makefile~remove-make-dep-references arch/sh/boards/snapgear/Makefile --- 25/arch/sh/boards/snapgear/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/snapgear/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the SnapGear specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o io.o rtc.o diff -puN arch/sh/boards/systemh/Makefile~remove-make-dep-references arch/sh/boards/systemh/Makefile --- 25/arch/sh/boards/systemh/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/systemh/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the SystemH specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o irq.o io.o diff -puN arch/sh/boards/unknown/Makefile~remove-make-dep-references arch/sh/boards/unknown/Makefile --- 25/arch/sh/boards/unknown/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/boards/unknown/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for unknown SH boards # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := mach.o io.o setup.o diff -puN arch/sh/cchips/hd6446x/hd64461/Makefile~remove-make-dep-references arch/sh/cchips/hd6446x/hd64461/Makefile --- 25/arch/sh/cchips/hd6446x/hd64461/Makefile~remove-make-dep-references 2004-02-28 16:47:35.000000000 -0800 +++ 25-akpm/arch/sh/cchips/hd6446x/hd64461/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the HD64461 # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o io.o diff -puN arch/sh/cchips/hd6446x/hd64465/Makefile~remove-make-dep-references arch/sh/cchips/hd6446x/hd64465/Makefile --- 25/arch/sh/cchips/hd6446x/hd64465/Makefile~remove-make-dep-references 2004-02-28 16:47:36.000000000 -0800 +++ 25-akpm/arch/sh/cchips/hd6446x/hd64465/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,10 +1,6 @@ # # Makefile for the HD64465 # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o io.o gpio.o diff -puN Documentation/networking/arcnet.txt~remove-make-dep-references Documentation/networking/arcnet.txt --- 25/Documentation/networking/arcnet.txt~remove-make-dep-references 2004-02-28 16:47:36.000000000 -0800 +++ 25-akpm/Documentation/networking/arcnet.txt 2004-02-28 16:47:36.000000000 -0800 @@ -186,7 +186,6 @@ loadable module. You can also say 'y' to to the chipset support if you wish. make config - make dep make clean make zImage make modules diff -puN drivers/video/i810/Makefile~remove-make-dep-references drivers/video/i810/Makefile --- 25/drivers/video/i810/Makefile~remove-make-dep-references 2004-02-28 16:47:36.000000000 -0800 +++ 25-akpm/drivers/video/i810/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,12 +1,6 @@ # # Makefile for the Intel 810/815 framebuffer driver # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# -# Note 2! The CFLAGS definitions are now in the main makefile... - obj-$(CONFIG_FB_I810) += i810fb.o diff -puN drivers/video/kyro/Makefile~remove-make-dep-references drivers/video/kyro/Makefile --- 25/drivers/video/kyro/Makefile~remove-make-dep-references 2004-02-28 16:47:36.000000000 -0800 +++ 25-akpm/drivers/video/kyro/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,11 +1,6 @@ # # Makefile for the Kyro framebuffer driver # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# -# Note 2! The CFLAGS definitions are now in the main makefile... obj-$(CONFIG_FB_KYRO) += kyrofb.o diff -puN fs/befs/Makefile~remove-make-dep-references fs/befs/Makefile --- 25/fs/befs/Makefile~remove-make-dep-references 2004-02-28 16:47:36.000000000 -0800 +++ 25-akpm/fs/befs/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,12 +1,6 @@ # # Makefile for the linux BeOS filesystem routines. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# -# Note 2! The CFLAGS definitions are now in the main makefile... - obj-$(CONFIG_BEFS_FS) += befs.o diff -puN net/ipv4/ipvs/Makefile~remove-make-dep-references net/ipv4/ipvs/Makefile --- 25/net/ipv4/ipvs/Makefile~remove-make-dep-references 2004-02-28 16:47:36.000000000 -0800 +++ 25-akpm/net/ipv4/ipvs/Makefile 2004-02-28 16:47:36.000000000 -0800 @@ -1,12 +1,6 @@ # # Makefile for the IPVS modules on top of IPv4. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# -# Note 2! The CFLAGS definition is now in the main makefile... - # IPVS transport protocol load balancing support ip_vs_proto-objs-y := _