From 3c986a540e572185312d9e23639fcb305bbd24ad Mon Sep 17 00:00:00 2001 From: rrt Date: Thu, 30 Aug 2001 16:21:45 +0000 Subject: [PATCH] [project @ 2001-08-30 16:21:45 by rrt] Remove a spurious space. Oh, yes. --- ghc/compiler/main/DriverPipeline.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/main/DriverPipeline.hs b/ghc/compiler/main/DriverPipeline.hs index c69f5ba..3fd507c 100644 --- a/ghc/compiler/main/DriverPipeline.hs +++ b/ghc/compiler/main/DriverPipeline.hs @@ -868,7 +868,7 @@ doLink o_files = do ++ pkg_extra_ld_opts ++ extra_ld_opts ++ if static && not no_hs_main then - [ "-u", prefixUnderscore "PrelMain_mainIO_closure" , + [ "-u", prefixUnderscore "PrelMain_mainIO_closure", "-u", prefixUnderscore "__init_PrelMain"] else [])) -- 1.7.10.4