Skip to content

Commit

Permalink
Fixed missing dependency on array.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jan 27, 2020
1 parent ef96981 commit e710e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common.mk
Expand Up @@ -2823,6 +2823,7 @@ miniinit.$(OBJEXT): $(top_srcdir)/internal/static_assert.h
miniinit.$(OBJEXT): $(top_srcdir)/internal/stdbool.h
miniinit.$(OBJEXT): $(top_srcdir)/internal/vm.h
miniinit.$(OBJEXT): $(top_srcdir)/internal/warnings.h
miniinit.$(OBJEXT): {$(VPATH)}array.rb
miniinit.$(OBJEXT): {$(VPATH)}assert.h
miniinit.$(OBJEXT): {$(VPATH)}ast.rb
miniinit.$(OBJEXT): {$(VPATH)}builtin.h
Expand Down

0 comments on commit e710e9e

Please sign in to comment.