From 6d8c1483d604296a8181431f9a000112356ea163 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 12 Aug 2008 06:19:00 +0000 Subject: * enc/depend: (transvpath_prefix): prefix has no extension, so replace %s with "". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/depend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enc/depend') diff --git a/enc/depend b/enc/depend index 35cf6939b3..fd4423ebc3 100644 --- a/enc/depend +++ b/enc/depend @@ -28,7 +28,7 @@ % cleanobjs = Shellwords.shellwords(CONFIG["cleanobjs"] || "") % rule_subst = CONFIG["RULE_SUBST"] || "%s" % transvpath = rule_subst.dup.sub!(/\{[^{}]+\}/, '$(TRANSVPATH)/') || "enc/trans/%s" -% transvpath_prefix = rule_subst.dup.sub!(/\{[^{}]+\}/, '{$(TRANSVPATH)}') || "" +% transvpath_prefix = (rule_subst.dup.sub!(/\{[^{}]+\}/, '{$(TRANSVPATH)}') || "") % "" % if File::ALT_SEPARATOR % pathrep = proc {|path| path.gsub('/', File::ALT_SEPARATOR).gsub(/\$\(([@