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:
parent
9a78e24f7d
commit
6fdd5e26c6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user