diff options
author | Ian Lynagh <igloo@earth.li> | 2011-01-16 15:56:27 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-01-16 15:56:27 +0000 |
commit | 5bde27949bdda22c9d5dac254a3c783eb0f6839f (patch) | |
tree | 74165459347e6e9fd11335b26072eb39b196e876 /ghc/ghc.mk | |
parent | 2a1db1613dfa6b7cb982daa98987aee2c4eb12b1 (diff) | |
download | haskell-5bde27949bdda22c9d5dac254a3c783eb0f6839f.tar.gz |
Handle dependencies of programs on libraries correctly
Diffstat (limited to 'ghc/ghc.mk')
-rw-r--r-- | ghc/ghc.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ghc/ghc.mk b/ghc/ghc.mk index 831e37ee7a..a9b6005cdf 100644 --- a/ghc/ghc.mk +++ b/ghc/ghc.mk @@ -109,11 +109,6 @@ $(eval $(call build-prog,ghc,stage3,2)) ifneq "$(BINDIST)" "YES" -# ToDo: should we add these in the build-prog macro? -ghc/stage1/build/tmp/$(ghc_stage1_PROG) : $(compiler_stage1_v_LIB) -ghc/stage2/build/tmp/$(ghc_stage2_PROG) : $(compiler_stage2_v_LIB) -ghc/stage3/build/tmp/$(ghc_stage3_PROG) : $(compiler_stage3_v_LIB) - ifeq "$(GhcProfiled)" "YES" ghc/stage2/build/tmp/$(ghc_stage2_PROG) : $(compiler_stage2_p_LIB) ghc/stage2/build/tmp/$(ghc_stage2_PROG) : $(foreach lib,$(PACKAGES),$(libraries/$(lib)_dist-install_p_LIB)) |