Removed duplicate target

While `spec/bundler` and `spec/bundler/` are treated different
targets by GNU make 4, the same target by GNU make 3.  The latter
target, ending with a slash, was to run `test-bundler-parallel`,
instead of `spec/bundler/%`.
This commit is contained in:
Nobuyoshi Nakada 2020-06-25 18:21:41 +09:00
parent 9a78e24f7d
commit 6fdd5e26c6
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -343,7 +343,7 @@ test_%.rb test/%: programs PHONY
spec/bundler/%: PHONY
$(Q)$(exec) $(XRUBY) -C $(srcdir) -Ispec/bundler .bundle/bin/rspec --require spec_helper $(RSPECOPTS) $@
spec/bundler spec/bundler/: test-bundler-parallel
spec/bundler: test-bundler-parallel
$(Q)$(NULLCMD)
spec/%: programs exts PHONY