From: Ian Lynagh Date: Sun, 16 Jan 2011 02:00:35 +0000 (+0000) Subject: Simplify, and future-proof, a dependency in the build system X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=84e2f72a6326241c4f2fb50f1cb11c2f324e3e38 Simplify, and future-proof, a dependency in the build system --- diff --git a/ghc.mk b/ghc.mk index 7853aff..6e38510 100644 --- a/ghc.mk +++ b/ghc.mk @@ -738,11 +738,7 @@ $(eval $(call build-package,libraries/bin-package-db,dist-boot,0)) fixed_pkg_prev= $(foreach pkg,$(STAGE0_PACKAGES),$(eval $(call fixed_pkg_dep,$(pkg),dist-boot))) -compiler/stage1/package-data.mk : \ - libraries/Cabal/dist-boot/package-data.mk \ - libraries/hpc/dist-boot/package-data.mk \ - libraries/extensible-exceptions/dist-boot/package-data.mk \ - libraries/bin-package-db/dist-boot/package-data.mk +compiler/stage1/package-data.mk : $(fixed_pkg_prev) # Make sure we have all the GHCi libs by the time we've built # ghc-stage2. DPH includes a bit of Template Haskell which needs the