Skip to content

Commit 91744cd

Browse files
committed
Include abi.h in the dependency of rubyspec-capiext
1 parent 074a23a commit 91744cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ clean-platform distclean-platform realclean-platform:
797797

798798
RUBYSPEC_CAPIEXT = spec/ruby/optional/capi/ext
799799
RUBYSPEC_CAPIEXT_SRCDIR = $(srcdir)/$(RUBYSPEC_CAPIEXT)
800-
RUBYSPEC_CAPIEXT_DEPS = $(RUBYSPEC_CAPIEXT_SRCDIR)/rubyspec.h $(RUBY_H_INCLUDES) $(LIBRUBY)
800+
RUBYSPEC_CAPIEXT_DEPS = $(RUBYSPEC_CAPIEXT_SRCDIR)/rubyspec.h $(RUBY_H_INCLUDES) {$(VPATH)}internal/abi.h $(LIBRUBY)
801801
RUBYSPEC_CAPIEXT_BUILD = $(enable_shared:yes=rubyspec-capiext)
802802

803803
rubyspec-capiext: build-ext $(DOT_WAIT)

0 commit comments

Comments
 (0)