diff options
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/ghc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/ghc.mk b/ghc/ghc.mk index da9fd8a293..d270a7ad9d 100644 --- a/ghc/ghc.mk +++ b/ghc/ghc.mk @@ -94,6 +94,7 @@ $(eval $(call build-prog,ghc,stage3,2)) ifneq "$(BINDIST)" "YES" +ghc/stage1/build/tmp/$(ghc_stage1_PROG) : $(BOOT_LIBS) 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)) |