patch-2.4.22 linux-2.4.22/arch/ppc64/boot/Makefile
Next file: linux-2.4.22/arch/ppc64/boot/addnote.c
Previous file: linux-2.4.22/arch/ppc64/Makefile
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
2003-08-25 04:44:40.000000000 -0700
-  Orig file: 
linux-2.4.21/arch/ppc64/boot/Makefile
-  Orig date: 
2003-06-13 07:51:31.000000000 -0700
diff -urN linux-2.4.21/arch/ppc64/boot/Makefile linux-2.4.22/arch/ppc64/boot/Makefile
@@ -52,7 +52,7 @@
 ifeq ($(CONFIG_PPC_ISERIES),y)
 all:	vmlinux.sm
 else
-all:	$(TOPDIR)/zImage
+all:	zImage
 endif
 
 
@@ -94,7 +94,7 @@
 
 zImage.o: $(TOPDIR)/vmlinux
 
-vmlinux .config System.map: % : $(TOPDIR)/%
+vmlinux .config System.map: % : $(TOPDIR)/% zImage.o
 	gzip -cvf9 $(TOPDIR)/$@ > kernel-$@.gz
 	$(OBJCOPY) zImage.o \
 		--add-section=.kernel:$@=kernel-$@.gz \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)