From: simonmar Date: Wed, 16 Jun 1999 09:48:00 +0000 (+0000) Subject: [project @ 1999-06-16 09:48:00 by simonmar] X-Git-Tag: Approximately_9120_patches~6119 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1114130ef818172f01e8ab19e6ce33099452e86b;p=ghc-hetmet.git [project @ 1999-06-16 09:48:00 by simonmar] Fix for default unregisterised builds. --- diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 745f968..6b04bb0 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -939,6 +939,8 @@ Decide what the consistency-checking options are in force for this run: if ($CompilingPrelude) { $HiSuffix_prelude = "$HiSuffix" if $CompilingPrelude; + } elsif ($BuildTag eq '_u' && $GhcWithRegisterised eq 'NO') { + $HiSuffix_prelude = 'hi'; } else { local($Tag) = "${BuildTag}";