summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-16 12:11:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-16 12:11:23 +0000
commitf632ecd0ff1130227f9c883416a2635434ea4ac8 (patch)
tree3f9e170f853ccfcec2afbff55cf9d7ab364dd86a
parentffd9a7ea27d82b96ec51ee6016fb85dccda51ef5 (diff)
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
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index cb33d28a05..89c80573c5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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) { \