summaryrefslogtreecommitdiff
path: root/ghc/compiler/main/DriverPipeline.hs
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/main/DriverPipeline.hs')
-rw-r--r--ghc/compiler/main/DriverPipeline.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/compiler/main/DriverPipeline.hs b/ghc/compiler/main/DriverPipeline.hs
index f5686721e7..2b69fa7f9f 100644
--- a/ghc/compiler/main/DriverPipeline.hs
+++ b/ghc/compiler/main/DriverPipeline.hs
@@ -1,5 +1,5 @@
-----------------------------------------------------------------------------
--- $Id: DriverPipeline.hs,v 1.53 2001/03/06 15:00:25 rrt Exp $
+-- $Id: DriverPipeline.hs,v 1.54 2001/03/13 14:58:26 simonpj Exp $
--
-- GHC Driver
--
@@ -884,7 +884,7 @@ compile ghci_mode summary source_unchanged old_iface hst hit pcs = do
HscC -> newTempName (phaseInputExt HCc)
HscJava -> newTempName "java" -- ToDo
#ifdef ILX
- HscILX -> newTempName (phaseInputExt Ilx)
+ HscILX -> newTempName "ilx" -- ToDo
#endif
HscInterpreted -> return (error "no output file")