From ad143475b979f8ebbb153a93c880d2b98fb4aa9b Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Wed, 17 Sep 2003 09:09:31 +0000 Subject: fix command line in 'dep'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4559 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 1dcb5e9c7e..fe2469cfc4 100644 --- a/ext/openssl/extconf.rb +++ b/ext/openssl/extconf.rb @@ -102,7 +102,7 @@ test-link: $(OBJS) @echo "Done." dep: - $(CC) $(CFLAGS) $(CPPFLAGS) -c $^ -MM | \\ + $(CC) $(CFLAGS) $(CPPFLAGS) -c $(SRCS) -MM | \\ $(RUBY) -p -e 'BEGIN{S = []' \\ -e 'while !ARGV.empty? and /^(\\w+)=(.*)/ =~ ARGV[0]' \\ -e 'S << [/\#{Regexp.quote($$2)}\\//, "$$(\#{$$1})/"]' \\ -- cgit v1.2.3