summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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