summaryrefslogtreecommitdiff
path: root/defs
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-08-30 00:18:16 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-08-30 00:18:16 +0900
commit9227989343dc021904fdc224d5fef70e078a2927 (patch)
tree0d758775370b8e12c8d15894c8cc7e8ac356e66a /defs
parent2d98593bf54a37397c6e4886ccc7e3654c2eaf85 (diff)
Use proper suffix
Diffstat (limited to 'defs')
-rw-r--r--defs/gmake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/defs/gmake.mk b/defs/gmake.mk
index 1ca6bc679e..86c739696c 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -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