summaryrefslogtreecommitdiff
path: root/mk/compiler-ghc.mk
Commit message (Collapse)AuthorAgeFilesLines
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
|
* Remove bogus extra definition of $(dir)Simon Marlow2012-01-301-1/+0
| | | | | This was preventing things like 'cd compiler; make stage2/build/DynFlags.o' from working.
* minor bugfix for 'make re2' etc.Simon Marlow2011-11-021-1/+1
|
* Fix "make 1" etc following the build system changesIan Lynagh2011-01-271-0/+59
The logic is now in mk/compiler-ghc.mk rather than being duplicated in ghc/Makefile and compiler/Makefile.