From: simonmar Date: Wed, 17 Jan 2001 10:07:14 +0000 (+0000) Subject: [project @ 2001-01-17 10:07:14 by simonmar] X-Git-Tag: Approximately_9120_patches~2878 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=afb29a3fcbc4fe82e0421bf17abed2069e57e6b5;p=ghc-hetmet.git [project @ 2001-01-17 10:07:14 by simonmar] remove the message that says "now do gmake boot followed by gmake..." --- diff --git a/configure.in b/configure.in index 7214401..9b4947f 100644 --- a/configure.in +++ b/configure.in @@ -906,10 +906,3 @@ dnl ** code before data? FPTOOLS_CODE_BEFORE_DATA AC_OUTPUT(mk/config.mk, echo timestamp > mk/stamp-h ) - -echo '' -echo '************************************************' -echo '*** NOW DO: gmake boot followed by gmake all' -echo '*** (where gmake == GNU make)' -echo '************************************************' -exit 0