mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2c2e81ff98
commit
a222ce3000
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ dep: $(SRCS)
|
|||
$(CC) $(CFLAGS) $(CPPFLAGS) -c $^ -MM | \\
|
||||
$(RUBY) -p -e 'BEGIN{S = []' \\
|
||||
-e 'while !ARGV.empty? and /^(\\w+)=(.*)/ =~ ARGV[0]' \\
|
||||
-e 'S << [/\#{Regexp.quote($$2)}/, "$$(\#{$$1})"]' \\
|
||||
-e 'S << [/\#{Regexp.quote($$2)}\\//, "$$(\#{$$1})/"]' \\
|
||||
-e 'ARGV.shift' \\
|
||||
-e 'end' \\
|
||||
-e '}' -e 'S.each(&method(:gsub!))' -- \\
|
||||
|
|
Loading…
Reference in a new issue