mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Escape #
for GNU make 3
This commit is contained in:
parent
12b377a96c
commit
4ea57c2a39
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ HELP_EXTRA_TASKS = \
|
|||
|
||||
extract-gems: update-gems
|
||||
|
||||
BUNDLED_GEMS := $(shell sed '/^[ ]*#/d;/^[ ]*$$/d;s/[ ][ ]*/-/;s/[ ].*//' $(srcdir)/gems/bundled_gems)
|
||||
BUNDLED_GEMS := $(shell sed '/^[ ]*\#/d;/^[ ]*$$/d;s/[ ][ ]*/-/;s/[ ].*//' $(srcdir)/gems/bundled_gems)
|
||||
|
||||
update-gems: | $(patsubst %,gems/%.gem,$(BUNDLED_GEMS))
|
||||
|
||||
|
|
Loading…
Reference in a new issue