X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc.mk;h=60663180ea9bdef7750c05bd6d501b908589c7ed;hb=ee9343bff19c8e04747387b8622a76189468a306;hp=906ea2932f699cd852be60e10c9102c4112dc923;hpb=fb11ede04563625454ab7eb1cd6407901f5f4018;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index 906ea29..6066318 100644 --- a/ghc.mk +++ b/ghc.mk @@ -432,6 +432,7 @@ utils/haddock/dist/package-data.mk: compiler/stage2/package-data.mk utils/ghc-pkg/dist-install/package-data.mk: compiler/stage2/package-data.mk utils/hsc2hs/dist-install/package-data.mk: compiler/stage2/package-data.mk utils/compare_sizes/dist/package-data.mk: compiler/stage2/package-data.mk +utils/runghc/dist/package-data.mk: compiler/stage2/package-data.mk # add the final two package.conf dependencies: ghc-prim depends on RTS, # and RTS depends on libffi. @@ -767,10 +768,16 @@ ifeq "$(UseArchivesForGhci)" "NO" ghc/stage2/build/tmp/$(ghc_stage2_PROG) : $(GHCI_LIBS) endif +ifeq "$(UseArchivesForGhci)" "YES" +GHCI_lib_way = v +else +GHCI_lib_way = GHCI +endif + # Deps for TH uses in libraries $(foreach way, $(GhcLibWays),$(eval \ libraries/vector/dist-install/build/Data/Vector/Fusion/Stream/Monadic.$($(way)_osuf): \ - $(libraries/primitive_dist-install_dyn_LIB) \ + $(libraries/primitive_dist-install_$(GHCI_lib_way)_LIB) \ )) endif