[PATCH] 2.5.61-ac1 : fixes 'make mrproper'

Frank Davis (fdavis@si.rr.com)
Mon, 17 Feb 2003 14:10:56 -0500 (EST)


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/