summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-05-12 23:19:20 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-05-12 23:19:20 +0900
commit1c4eb70654aa20dd7caf3ce31be944396c5d31b8 (patch)
treeefa12d840ffbaa8ba8bae331a99dbb3037f656f4 /template
parent2383cdabc124734f03104d20d102308a9d155ea6 (diff)
Build auxiliary program files early
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 33ea093838..c674de968e 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -675,7 +675,7 @@ mjit_config.h:
echo '#endif /* RUBY_MJIT_CONFIG_H */'; \
} > $@
-yes-test-almost yes-test-all: mjit_build_dir.$(SOEXT)
+yes-test-almost yes-test-all programs: mjit_build_dir.$(SOEXT)
mjit_build_dir.$(SOEXT): $(MJIT_MIN_HEADER) $(srcdir)/ruby-runner.c ruby-runner.h
$(ECHO) making $@
$(Q) $(DLDSHARED) $(MJIT_DLDFLAGS) $(ARCH_FLAG) $(CFLAGS) $(INCFLAGS) $(CPPFLAGS) \