From: wdenk Date: Tue, 9 Apr 2002 20:48:02 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ab594d0b2b5de6ada1333594eb784522ef89ea86;p=users%2Frw%2Fppcboot.git Fix typo. --- diff --git a/Makefile b/Makefile index 763c26c..6328680 100644 --- a/Makefile +++ b/Makefile @@ -663,7 +663,7 @@ CPU86_ROMBOOT_config: unconfig echo "ARCH = ppc" > config.mk ; \ echo "BOARD = cpu86" >>config.mk ; \ echo "CPU = mpc8260" >>config.mk ; \ - @if [ "$(findstring _ROMBOOT_,$@)" ] ; then \ + if [ "$(findstring _ROMBOOT_,$@)" ] ; then \ echo "CONFIG_BOOT_ROM = y" >> config.mk ; \ echo "... booting from 8-bit flash" ; \ else \