From bd493c5736a7906ec27fe1077787207408453c8f Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 23 Nov 2005 13:03:37 -0600 Subject: [PATCH] --- yaml --- r: 17137 b: refs/heads/master c: 706e6b2caf285d3eb056c2847b7c53ae823e8a87 h: refs/heads/master i: 17135: fb19100d44833a4754906e96e774abe280ad9629 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/boot/Makefile | 2 +- trunk/arch/ppc/boot/images/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index aa7caf049270..98ad297b15a3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8c441a57d789e59ba9cc7f652a028b4a7e5471f7 +refs/heads/master: 706e6b2caf285d3eb056c2847b7c53ae823e8a87 diff --git a/trunk/arch/powerpc/boot/Makefile b/trunk/arch/powerpc/boot/Makefile index dfc7eacd9bdb..22726aefc8ea 100644 --- a/trunk/arch/powerpc/boot/Makefile +++ b/trunk/arch/powerpc/boot/Makefile @@ -169,7 +169,7 @@ $(obj)/vmlinux.gz: $(obj)/vmlinux.bin FORCE $(obj)/uImage: $(obj)/vmlinux.gz $(Q)rm -f $@ - $(call if_changed,uimage) + $(call cmd,uimage) @echo -n ' Image: $@ ' @if [ -f $@ ]; then echo 'is ready' ; else echo 'not made'; fi diff --git a/trunk/arch/ppc/boot/images/Makefile b/trunk/arch/ppc/boot/images/Makefile index 532e7ef1edb6..58415d5718e3 100644 --- a/trunk/arch/ppc/boot/images/Makefile +++ b/trunk/arch/ppc/boot/images/Makefile @@ -26,7 +26,7 @@ quiet_cmd_uimage = UIMAGE $@ targets += uImage $(obj)/uImage: $(obj)/vmlinux.gz $(Q)rm -f $@ - $(call if_changed,uimage) + $(call cmd,uimage) @echo -n ' Image: $@ ' @if [ -f $@ ]; then echo 'is ready' ; else echo 'not made'; fi