X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fghc.mk;h=a9b6005cdf396351e4edce978689a67edb0ae6bb;hb=701cf5711388f44acc778bdce4262a2d7ac7f039;hp=831e37ee7acbe166747230e30020818b91e54d53;hpb=faf68bb2378cfaa9f72d69be8687e7bb7ee8b07c;p=ghc-hetmet.git diff --git a/ghc/ghc.mk b/ghc/ghc.mk index 831e37e..a9b6005 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))