diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-04-20 15:30:46 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-04-20 17:37:12 +0100 |
commit | a8de9248076644246ef1793041c0d8a80f58b50d (patch) | |
tree | e77f9bba92b78973e1537015f89528a10dd498b7 /ghc.mk | |
parent | 657942546768b777764cf8a96adc9b089e7f8584 (diff) | |
download | haskell-a8de9248076644246ef1793041c0d8a80f58b50d.tar.gz |
Remove ghc-pkg from the list of dep files we build during phase 0
I don't think it's necessary to build ghc-pkg that early.
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1285,8 +1285,6 @@ endif # dependencies for those tools, so we build their dependency files # here. .PHONY: phase_0_builds -phase_0_builds: $(utils/ghc-pkg_dist_depfile_haskell) -phase_0_builds: $(utils/ghc-pkg_dist_depfile_c_asm) # hsc2hs is needed, e.g. to make the .hs files for hpc. phase_0_builds: $(utils/hsc2hs_dist_depfile_haskell) phase_0_builds: $(utils/hsc2hs_dist_depfile_c_asm) |