File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ psych/psych.$(DLEXT): psych/Makefile psych/*.c psych/*.h
173
173
# debug bundled gem
174
174
debug/extconf.rb : $(DEBUG_GEM_EXT ) /extconf.rb $(DEBUG_GEM_EXT ) /* .c
175
175
$(Q ) mkdir -p debug
176
- $(Q ) cd debug && cp $( DEBUG_GEM_EXT ) / * .{rb,c} .
176
+ $(Q ) cd debug && cp $^ .
177
177
178
178
debug/Makefile : debug/extconf.rb $(EXTCONF_DEPS )
179
179
$(Q ) cd debug && $(RUBY ) extconf.rb || $(IF_EXTCONF_FAIL )
@@ -184,7 +184,7 @@ debug/debug.$(DLEXT): debug/Makefile
184
184
# rbs bundled gem
185
185
rbs/extconf.rb : $(RBS_GEM_EXT ) /extconf.rb $(RBS_GEM_EXT ) /* .c $(RBS_GEM_EXT ) /* .h
186
186
$(Q ) mkdir -p rbs
187
- $(Q ) cd rbs && cp $( RBS_GEM_EXT ) / * .{rb,c,h} .
187
+ $(Q ) cd rbs && cp $^ .
188
188
189
189
rbs/Makefile : rbs/extconf.rb $(EXTCONF_DEPS )
190
190
$(Q ) cd rbs && $(RUBY ) extconf.rb || $(IF_EXTCONF_FAIL )
You can’t perform that action at this time.
0 commit comments