Minor patch to arch/i386/Makefile

tenthumbs@cybernex.net
Fri, 18 Apr 1997 00:50:55 GMT


Just a simple patch to make this conform to the other makefiles.

==========================================================================
--- linux-2.1.35/arch/i386/Makefile.orig Wed Apr 16 16:14:19 1997
+++ linux/arch/i386/Makefile Thu Apr 17 19:23:09 1997
@@ -21,7 +21,7 @@
CPP=$(CC) -E
OBJCOPY=$(CROSS_COMPILE)objcopy -O binary -R .note -R .comment -S
LDFLAGS=-e stext
-LINKFLAGS =-T arch/i386/vmlinux.lds $(LDFLAGS)
+LINKFLAGS =-T $(TOPDIR)/arch/i386/vmlinux.lds $(LDFLAGS)

CFLAGS := $(CFLAGS) -pipe -fno-strength-reduce