From: simonmar Date: Mon, 23 Jul 2001 13:49:49 +0000 (+0000) Subject: [project @ 2001-07-23 13:49:49 by simonmar] X-Git-Tag: Approximately_9120_patches~1480 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=083e4450e89e645f9b4d4ec0d2b859f4b25f6ce8 [project @ 2001-07-23 13:49:49 by simonmar] add a couple of missing ';' --- diff --git a/mk/suffix.mk b/mk/suffix.mk index f4c5126..cdc22c6 100644 --- a/mk/suffix.mk +++ b/mk/suffix.mk @@ -84,14 +84,14 @@ ifneq "$(BootingFromHc)" "YES" %.$(way_)hi : %.$(way_)o @if [ ! -f $@ ] ; then \ - echo Panic! $< exists, but $@ does not. \ + echo Panic! $< exists, but $@ does not.; \ exit 1; \ else exit 0 ; \ fi %.$(way_)hi : %.$(way_)hc @if [ ! -f $@ ] ; then \ - echo Panic! $< exists, but $@ does not. \ + echo Panic! $< exists, but $@ does not.; \ exit 1; \ else exit 0 ; \ fi