mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use proper suffix
This commit is contained in:
parent
2d98593bf5
commit
9227989343
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ spec/bundler: test-bundler-parallel
|
||||||
$(Q)$(NULLCMD)
|
$(Q)$(NULLCMD)
|
||||||
|
|
||||||
# workaround to avoid matching non ruby files with "spec/%/" under GNU make 3.81
|
# workaround to avoid matching non ruby files with "spec/%/" under GNU make 3.81
|
||||||
spec/%_spec.c spec/%_spec.bundle:
|
spec/%_spec.c spec/%_spec.$(DLEXT):
|
||||||
$(empty)
|
$(empty)
|
||||||
|
|
||||||
spec/%/ spec/%_spec.rb: programs exts PHONY
|
spec/%/ spec/%_spec.rb: programs exts PHONY
|
||||||
|
|
Loading…
Add table
Reference in a new issue