patch-2.1.10 linux/arch/i386/boot/Makefile
Next file: linux/arch/i386/kernel/ksyms.c
Previous file: linux/arch/alpha/lib/strlen_user.S
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Nov 13 07:54:31 1996
- Orig file:
v2.1.9/linux/arch/i386/boot/Makefile
- Orig date:
Fri Sep 20 18:43:03 1996
diff -u --recursive --new-file v2.1.9/linux/arch/i386/boot/Makefile linux/arch/i386/boot/Makefile
@@ -25,7 +25,7 @@
bzImage: $(CONFIGURE) bbootsect setup compressed/bvmlinux tools/bbuild
if hash $(ENCAPS) 2> /dev/null; then \
- $(OBJDUMP) $(OBJDUMP_FLAGS) -o $(IMAGE_OFFSET) compressed/bvmlinux > compressed/bvmlinux.out; \
+ $(OBJDUMP) $(OBJDUMP_FLAGS) -o $(BZIMAGE_OFFSET) compressed/bvmlinux > compressed/bvmlinux.out; \
else \
$(OBJCOPY) compressed/bvmlinux compressed/bvmlinux.out; \
fi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov