summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-04-20 15:30:46 +0100
committerIan Lynagh <ian@well-typed.com>2013-04-20 17:37:12 +0100
commita8de9248076644246ef1793041c0d8a80f58b50d (patch)
treee77f9bba92b78973e1537015f89528a10dd498b7 /ghc.mk
parent657942546768b777764cf8a96adc9b089e7f8584 (diff)
downloadhaskell-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.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/ghc.mk b/ghc.mk
index ae5c3ed864..2890096f19 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -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)