summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-22 08:21:43 +1000
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-22 08:21:43 +1000
commit1940347fdfe44a515a4d4ba31f068a245570b70d (patch)
tree7852e7c5eb2c4a717fd6efe748052414b3f239b9 /common.mk
parent2d8d6345ffba384c2825225c0b9c972629ff0d5b (diff)
Use () instead of {} for nmake
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
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