From a4b7cd97db1073260d844071b4cb6ee8563b78a2 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 23 Mar 2001 17:04:56 +0000 Subject: [PATCH] [project @ 2001-03-23 17:04:56 by simonmar] can't inject the stub.h include here, it's too late. --- ghc/compiler/main/DriverPipeline.hs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ghc/compiler/main/DriverPipeline.hs b/ghc/compiler/main/DriverPipeline.hs index c81294c..d281c95 100644 --- a/ghc/compiler/main/DriverPipeline.hs +++ b/ghc/compiler/main/DriverPipeline.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverPipeline.hs,v 1.57 2001/03/23 16:36:20 simonmar Exp $ +-- $Id: DriverPipeline.hs,v 1.58 2001/03/23 17:04:56 simonmar Exp $ -- -- GHC Driver -- @@ -1043,9 +1043,6 @@ dealWithStubs basename maybe_stub_h maybe_stub_c Just tmp_stub_h -> do runSomething "Copy stub .h file" ("cp " ++ tmp_stub_h ++ ' ':stub_h) - - -- #include <..._stub.h> in .hc file - addCmdlineHCInclude tmp_stub_h -- hack -- copy the .stub_c file into the current dir, and compile it, if necessary case maybe_stub_c of -- 1.7.10.4