From d5629b335a3254612887be8091b76dbdf2b582f8 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 30 May 2009 19:37:29 +0000 Subject: [PATCH] Remove some redundant code from hi-rule.mk --- rules/hi-rule.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/rules/hi-rule.mk b/rules/hi-rule.mk index 04550b9..c30a093 100644 --- a/rules/hi-rule.mk +++ b/rules/hi-rule.mk @@ -24,14 +24,12 @@ define hi-rule # $1 = way @if [ ! -f $$@ ] ; then \ echo Panic! $$< exists, but $$@ does not.; \ exit 1; \ - else exit 0 ; \ fi %.$$($1_way_)hi-boot : %.$$($1_way_)o-boot @if [ ! -f $$@ ] ; then \ echo Panic! $$< exists, but $$@ does not.; \ exit 1; \ - else exit 0 ; \ fi endef -- 1.7.10.4