Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
84e2f72a
Commit
84e2f72a
authored
Jan 16, 2011
by
Ian Lynagh
Browse files
Simplify, and future-proof, a dependency in the build system
parent
ac77a1eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
84e2f72a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment