X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rules%2Fhi-rule.mk;h=c30a0934d278bd203017a6fb52f4e0077016cbbb;hp=04550b94eda189217ba85db41c93248230781568;hb=d5629b335a3254612887be8091b76dbdf2b582f8;hpb=e73cd2090567caf8cf47558ae919a49dd82df84b 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