Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Alex D
GHC
Commits
2906aee6
Commit
2906aee6
authored
Apr 30, 2009
by
Simon Marlow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX build: add dependencies on ghc_boot_platform.h
parent
5d6bfce4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
ghc/ghc.mk
ghc/ghc.mk
+5
-0
No files found.
ghc/ghc.mk
View file @
2906aee6
...
...
@@ -104,6 +104,11 @@ 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)
# Modules here import HsVersions.h, so we need ghc_boot_platform.h
$(ghc_stage1_depfile)
:
compiler/stage1/$(PLATFORM_H)
$(ghc_stage2_depfile)
:
compiler/stage2/$(PLATFORM_H)
$(ghc_stage3_depfile)
:
compiler/stage3/$(PLATFORM_H)
all_ghc_stage1
:
$(GHC_STAGE1)
all_ghc_stage2
:
$(GHC_STAGE2)
all_ghc_stage3
:
$(GHC_STAGE3)
...
...
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