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/