Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 17 Feb 2003 13:49:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 17 Feb 2003 13:49:00 -0500 Received: from nycsmtp3out.rdc-nyc.rr.com ([24.29.99.224]:41132 "EHLO nycsmtp3out.rdc-nyc.rr.com") by vger.kernel.org with ESMTP id ; Mon, 17 Feb 2003 13:48:59 -0500 Date: Mon, 17 Feb 2003 14:10:56 -0500 (EST) From: Frank Davis X-X-Sender: fdavis@master To: linux-kernel@vger.kernel.org cc: fdavis@si.rr.com, Subject: [PATCH] 2.5.61-ac1 : fixes 'make mrproper' Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1249 Lines: 38 Hello all, The following patch fixes a 'make mrproper' compile error. The Makefiles within arch/i386/boot98 include (TOPDIR)/Rules.make , which no longer is there. Please review for inclusion. Regards, Frank --- linux/arch/i386/boot98/Makefile.old 2003-02-17 14:05:08.000000000 -0500 +++ linux/arch/i386/boot98/Makefile 2003-02-17 14:05:18.000000000 -0500 @@ -36,8 +36,6 @@ boot: bzImage -include $(TOPDIR)/Rules.make - # --------------------------------------------------------------------------- $(obj)/zImage: IMAGE_OFFSET := 0x1000 --- linux/arch/i386/boot98/compressed/Makefile.old 2003-02-17 14:05:52.000000000 -0500 +++ linux/arch/i386/boot98/compressed/Makefile 2003-02-17 14:05:56.000000000 -0500 @@ -7,8 +7,6 @@ EXTRA_TARGETS := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o EXTRA_AFLAGS := -traditional -include $(TOPDIR)/Rules.make - LDFLAGS_vmlinux := -Ttext $(IMAGE_OFFSET) -e startup_32 $(obj)/vmlinux: $(obj)/head.o $(obj)/misc.o $(obj)/piggy.o FORCE - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/