Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Globally replace "hackage.haskell.org" with "ghc.haskell.org" | Simon Marlow | 2013-10-01 | 1 | -2/+2 |
| | |||||
* | Remove bogus extra definition of $(dir) | Simon Marlow | 2012-01-30 | 1 | -1/+0 |
| | | | | | This was preventing things like 'cd compiler; make stage2/build/DynFlags.o' from working. | ||||
* | minor bugfix for 'make re2' etc. | Simon Marlow | 2011-11-02 | 1 | -1/+1 |
| | |||||
* | Fix "make 1" etc following the build system changes | Ian Lynagh | 2011-01-27 | 1 | -0/+59 |
The logic is now in mk/compiler-ghc.mk rather than being duplicated in ghc/Makefile and compiler/Makefile. |