patch-2.3.23 linux/arch/i386/Makefile

Next file: linux/arch/i386/boot/Makefile
Previous file: linux/arch/arm/vmlinux-armv.lds.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.22/linux/arch/i386/Makefile linux/arch/i386/Makefile
@@ -84,9 +84,6 @@
 
 vmlinux: arch/i386/vmlinux.lds
 
-arch/i386/vmlinux.lds: arch/i386/vmlinux.lds.S FORCE
-	$(CPP) -C -P -imacros $(HPATH)/asm-i386/page_offset.h -Ui386 arch/i386/vmlinux.lds.S >arch/i386/vmlinux.lds
-
 FORCE: ;
 
 .PHONY: zImage bzImage compressed zlilo bzlilo zdisk bzdisk install \
@@ -119,7 +116,6 @@
 	@$(MAKEBOOT) clean
 
 archmrproper:
-	rm -f arch/i386/vmlinux.lds
 
 archdep:
 	@$(MAKEBOOT) dep

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)