diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2021-10-29 20:34:21 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-11-02 01:37:43 -0400 |
commit | da1a8e2986731b767f5c977cb873034e771d9371 (patch) | |
tree | bc8c3743ee3e52a1e4bbcff6d69d129a05e757ce /compiler/ghc.mk | |
parent | 2f69d102d775f8a95f1c0b0f62d4fd630c4d1737 (diff) | |
download | haskell-da1a8e2986731b767f5c977cb873034e771d9371.tar.gz |
Treat generated RTS headers in a more consistent manner
We can depend on all of them at once the same way.
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r-- | compiler/ghc.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk index b5138c7de4..230e6f4077 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -338,8 +338,6 @@ $(compiler_stage1_depfile_haskell) : $(includes_0_H_CONFIG) $(includes_0_H_PLATF $(compiler_stage2_depfile_haskell) : $(includes_1_H_CONFIG) $(includes_1_H_PLATFORM) $(compiler_stage3_depfile_haskell) : $(includes_2_H_CONFIG) $(includes_2_H_PLATFORM) -COMPILER_INCLUDES_DEPS += $(includes_DERIVEDCONSTANTS) - $(compiler_stage1_depfile_haskell) : $(COMPILER_INCLUDES_DEPS) $(PRIMOP_BITS_STAGE1) $(compiler_stage2_depfile_haskell) : $(COMPILER_INCLUDES_DEPS) $(PRIMOP_BITS_STAGE2) $(compiler_stage3_depfile_haskell) : $(COMPILER_INCLUDES_DEPS) $(PRIMOP_BITS_STAGE3) |