summaryrefslogtreecommitdiff
path: root/rts/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-05-09 13:05:11 +0000
committerIan Lynagh <igloo@earth.li>2010-05-09 13:05:11 +0000
commitc24af7168babfe2a7c231c1c7a61b74d952aee84 (patch)
tree632be3dc50e4acf5b1dab81af9a20896468f2640 /rts/ghc.mk
parent7eb456b97c5a9911981afa172acf9ef50b75f9fa (diff)
downloadhaskell-c24af7168babfe2a7c231c1c7a61b74d952aee84.tar.gz
Don't include inter-package dependencies when compiling with stage 0; #4031
This fixes a problem when building with GHC 6.12 on Windows, where dependencies on stage 0 (bootstrapping compiler) packages have absolute paths c:/ghc/..., and make gets confused by the colon.
Diffstat (limited to 'rts/ghc.mk')
-rw-r--r--rts/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk
index a7a2c1145f..bf110faeb9 100644
--- a/rts/ghc.mk
+++ b/rts/ghc.mk
@@ -391,7 +391,7 @@ rts_dist_MKDEPENDC_OPTS += -Irts/dist/build
endif
-$(eval $(call build-dependencies,rts,dist))
+$(eval $(call build-dependencies,rts,dist,1))
$(rts_dist_depfile_c_asm) : libffi/dist-install/build/ffi.h $(DTRACEPROBES_H)