Refactor gcc.c, pulling out the reusable code
[ghc-hetmet.git] / rules / build-dependencies.mk
2009-12-30 Ian LynaghFix rules/build-dependencies.mk on OS X
2009-12-19 Ian LynaghTweak the build-dependencies rule, and add comments...
2009-12-19 Ian LynaghWhen removing $(TOP) with sed, do so case insensitively
2009-12-15 Ian LynaghJust make C dependencies once, rather than each way
2009-12-15 Ian LynaghMake addCFileDeps quieter
2009-12-09 Ian LynaghEliminate mkdependC
2009-10-06 Simon MarlowFix dependencies for the RTS
2009-10-02 Ian LynaghUse "order only constraints" for directories
2009-07-01 Simon Marlowremove unnecessary $(RM)s
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-09 Ian LynaghBuild system tweak
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch