diff options
author | Ian Lynagh <igloo@earth.li> | 2009-05-30 19:37:29 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-05-30 19:37:29 +0000 |
commit | d5629b335a3254612887be8091b76dbdf2b582f8 (patch) | |
tree | 4c01c8bef24abe45c9c45a2de06642c898bdb2a2 /rules/hi-rule.mk | |
parent | e73cd2090567caf8cf47558ae919a49dd82df84b (diff) | |
download | haskell-d5629b335a3254612887be8091b76dbdf2b582f8.tar.gz |
Remove some redundant code from hi-rule.mk
Diffstat (limited to 'rules/hi-rule.mk')
-rw-r--r-- | rules/hi-rule.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/hi-rule.mk b/rules/hi-rule.mk index 04550b94ed..c30a0934d2 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 |