From 1940347fdfe44a515a4d4ba31f068a245570b70d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 22 Aug 2019 08:21:43 +1000 Subject: Use () instead of {} for nmake --- common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 55d976d039..e5ae5f1400 100644 --- a/common.mk +++ b/common.mk @@ -1307,8 +1307,8 @@ PARALLELRSPECOPTS = --runtime-log $(srcdir)/tmp/parallel_runtime_rspec.log test-bundler-parallel: $(TEST_RUNNABLE)-test-bundler-parallel yes-test-bundler-parallel: yes-test-bundler-prepare $(XRUBY) -C $(srcdir) -Ispec/bundler .bundle/bin/parallel_rspec \ - -o "--require ${srcdir}/spec/bundler/spec_helper --require ${srcdir}/spec/bundler/support/parallel" \ - ${PARALLELRSPECOPTS} spec/bundler/$(BUNDLER_SPECS) + -o "--require $(srcdir)/spec/bundler/spec_helper --require $(srcdir)/spec/bundler/support/parallel" \ + $(PARALLELRSPECOPTS) spec/bundler/$(BUNDLER_SPECS) no-test-bundler-parallel: GEM = up -- cgit v1.2.3