Skip to content

Commit

Permalink
Merge pull request #8678 from frej/frej/broken-makefile
Browse files Browse the repository at this point in the history
compiler: Fix erroneous makefile dependency
  • Loading branch information
jhogberg committed Jul 29, 2024
2 parents c70a8a2 + ade5cc0 commit 571e63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compiler/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ $(EBIN)/beam_jump.beam: beam_asm.hrl
$(EBIN)/beam_listing.beam: core_parse.hrl beam_ssa.hrl \
beam_asm.hrl beam_types.hrl
$(EBIN)/beam_ssa.beam: beam_ssa.hrl
$(EBIN)/beam_ssa_alias_opt.beam: beam_ssa_opt.hrl beam_types.hrl
$(EBIN)/beam_ssa_alias.beam: beam_ssa_opt.hrl beam_types.hrl
$(EBIN)/beam_ssa_bsm.beam: beam_ssa.hrl
$(EBIN)/beam_ssa_bool.beam: beam_ssa.hrl
$(EBIN)/beam_ssa_check.beam: beam_ssa.hrl beam_types.hrl
Expand Down

0 comments on commit 571e63b

Please sign in to comment.