mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Makefile.in: test-almost also needs mjit_build_dir.so
[ruby-core:89830] [Bug #15311] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ffd9a7ea27
commit
f632ecd0ff
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ mjit_config.h:
|
|||
echo '#endif /* RUBY_MJIT_CONFIG_H */'; \
|
||||
} > $@
|
||||
|
||||
yes-test-all: mjit_build_dir.$(SOEXT)
|
||||
yes-test-almost yes-test-all: mjit_build_dir.$(SOEXT)
|
||||
mjit_build_dir.$(SOEXT): $(MJIT_MIN_HEADER)
|
||||
$(ECHO) making $@
|
||||
$(Q) { \
|
||||
|
|
Loading…
Reference in a new issue