2003-02-17 18:49:00

by Frank Davis

[permalink] [raw]
Subject: [PATCH] 2.5.61-ac1 : fixes 'make mrproper'

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