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

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)