[project @ 2005-03-18 13:37:27 by simonmar]
[ghc-hetmet.git] / ghc / compiler / nativeGen / PositionIndependentCode.hs
index 936b76a..a874270 100644 (file)
@@ -61,7 +61,7 @@ import MachRegs
 import MachInstrs
 import NCGMonad         ( NatM, getNewRegNat, getNewLabelNat )
 
-import CmdLineOpts      ( opt_PIC, opt_Static )
+import StaticFlags     ( opt_PIC, opt_Static )
 
 import Pretty
 import qualified Outputable