From 28b44879f9827c951e4ea263df6123d57ed45bc0 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 4 Oct 2006 02:17:32 -0700 Subject: [PATCH] --- yaml --- r: 38460 b: refs/heads/master c: 5b9b5572c87b460cd91f7722ac233d1873cfb084 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/boot/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ef08dbfc7448..35702335ae2d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ece7f77b86e53bfe14699fdbcb0f03fdad0a01d6 +refs/heads/master: 5b9b5572c87b460cd91f7722ac233d1873cfb084 diff --git a/trunk/arch/powerpc/boot/Makefile b/trunk/arch/powerpc/boot/Makefile index c383d56bbe18..003520b56303 100644 --- a/trunk/arch/powerpc/boot/Makefile +++ b/trunk/arch/powerpc/boot/Makefile @@ -113,7 +113,7 @@ endif endif quiet_cmd_wrap = WRAP $@ - cmd_wrap =$(wrapper) -c -o $@ -p $2 $(CROSSWRAP) vmlinux + cmd_wrap =$(CONFIG_SHELL) $(wrapper) -c -o $@ -p $2 $(CROSSWRAP) vmlinux quiet_cmd_wrap_initrd = WRAP $@ cmd_wrap_initrd =$(wrapper) -c -o $@ -p $2 $(CROSSWRAP) \ -i $(obj)/ramdisk.image.gz vmlinux