1
0
Fork 0
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:
Nobuyoshi Nakada 2021-08-30 00:18:16 +09:00
parent 2d98593bf5
commit 9227989343
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -361,7 +361,7 @@ spec/bundler: test-bundler-parallel
$(Q)$(NULLCMD)
# 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)
spec/%/ spec/%_spec.rb: programs exts PHONY