diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-01 08:20:20 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-01 08:20:20 +0000 |
commit | 8106eb3f306836682ea5f218dc77581957e4be54 (patch) | |
tree | 0855d7d701e8c031b92285c7a620757ddb3e1895 | |
parent | a1a347f0b0691c69c2a1f7fbf27c9b4ab8311432 (diff) | |
download | ruby-8106eb3f306836682ea5f218dc77581957e4be54.tar.gz ruby-8106eb3f306836682ea5f218dc77581957e4be54.tar.xz ruby-8106eb3f306836682ea5f218dc77581957e4be54.zip |
*** empty log message ***
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ext/openssl/extconf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb index ea8c54c0a..76befa5a5 100644 --- a/ext/openssl/extconf.rb +++ b/ext/openssl/extconf.rb @@ -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!))' -- \\ |