FIX -stubdir bug: the .hc file was #including the wrong _stub.h filename
authorSimon Marlow <simonmar@microsoft.com>
Wed, 26 Sep 2007 13:45:39 +0000 (13:45 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 26 Sep 2007 13:45:39 +0000 (13:45 +0000)
Using -stubdir together with hierarchical modules, -fvia-C, and --make
is essentially broken in 6.6.x.  Recently discovered by Cabal's use of
-stubdir.

Test cases: driver027/driver028 (I've updated them to use -fvia-C, in
order to test for this bug).


No differences found