Fix build
[ghc-hetmet.git] / rules / build-dependencies.mk
2011-01-27 Ian LynaghFix "make 1" etc following the build system changes
2011-01-23 Ian LynaghAdd build system profiling to build system
2011-01-23 Ian LynaghAdd some missing dependencies
2011-01-22 Ian LynaghSimplify the build system, and remove 2 phases
2011-01-16 Ian LynaghFix cross-package dependency generation on Windows
2011-01-16 Ian LynaghWe can now pass -include-pkg-deps to the bootstrapping...
2010-11-14 Ian LynaghAdd a build system dependency; fixes #4357
2010-09-21 Simon Marlowadd a simple trace facility to the build system
2010-09-18 Ian LynaghFix build on cygwin: Normalise slashes in .depend files...
2010-08-10 Simon MarlowDo the dependency-omitting for 'make 1' in a slightly...
2010-07-26 Ian LynaghDon't rebuild dependency files unnecessarily when doing...
2010-07-17 Ian LynaghDon't generate Haskell dependencies if we don't have...
2010-05-09 Ian LynaghDon't include inter-package dependencies when compiling...
2010-04-12 Ian LynaghRemove the ghc_ge_609 makefile variables
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