summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 5ac7d558d6..7da0ff90bf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -473,14 +473,14 @@ enc/encinit.$(OBJEXT): enc/encinit.c $(SETUP)
test-bundler-precheck: $(arch)-fake.rb programs
-test-bundler-prepare: test-bundler-precheck
+yes-test-bundler-prepare: test-bundler-precheck
$(XRUBY) -C "$(srcdir)" bin/gem install --no-ri --no-rdoc \
--install-dir spec/rspec --conservative 'rspec:~> 3.5'
RSPECOPTS = --format progress
BUNDLER_SPECS =
test-bundler: $(TEST_RUNNABLE)-test-bundler
-yes-test-bundler: test-bundler-prepare
+yes-test-bundler: yes-test-bundler-prepare
$(gnumake_recursive)$(Q) \
$(XRUBY) -C $(srcdir) -Ispec/bundler spec/rspec/bin/rspec \
$(RSPECOPTS) spec/bundler/$(BUNDLER_SPECS)