From a222ce3000ec27229e9041cc953e04f28e43f950 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 1 Aug 2003 08:20:20 +0000 Subject: *** empty log message *** git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/openssl') diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb index ea8c54c0a2..76befa5a5f 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!))' -- \\ -- cgit v1.2.3