First step for getting rid of the old -optdep flags
authorIan Lynagh <igloo@earth.li>
Sun, 20 Jul 2008 20:32:39 +0000 (20:32 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 20 Jul 2008 20:32:39 +0000 (20:32 +0000)
commit90c32262025049ae3013e8af1e9960756dace72d
tree1327df882b8360cfe3cc1a43449146045fc35fe4
parent6ec0a23dd7e455487a764fa5badfb25472e28d55
First step for getting rid of the old -optdep flags
They are now handled by the main flag parser, rather than having their
own praser that runs later.

As an added bonus, 5 global variables are also gone.
compiler/main/DriverMkDepend.hs
compiler/main/DynFlags.hs