[project @ 2004-08-12 13:11:35 by simonmar]
authorsimonmar <unknown>
Thu, 12 Aug 2004 13:11:35 +0000 (13:11 +0000)
committersimonmar <unknown>
Thu, 12 Aug 2004 13:11:35 +0000 (13:11 +0000)
wibble

ghc/compiler/main/DriverFlags.hs

index 7a15685..766da42 100644 (file)
@@ -254,7 +254,7 @@ static_flags =
                                    then do writeIORef v_Split_object_files True
                                            add v_Opt_C "-fglobalise-toplev-names"
                                    else hPutStrLn stderr
-                                           "warning: don't know how to  split object files on this architecture"
+                                           "warning: don't know how to split object files on this architecture"
                                ) )
 
        ------- Include/Import Paths ----------------------------------------