mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
mkmf.rb: fix for ODE make
* lib/mkmf.rb (create_makefile): get rid of placing @ at the beginning of replacement, which is the loop expansion mechanism from the OSF Development Environment (ODE) make. fix failures with bmake by r53448. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
557a00f1aa
commit
f2ba23ace5
1 changed files with 1 additions and 1 deletions
|
@ -2375,7 +2375,7 @@ static: #{$extmk && !$static ? "all" : "$(STATIC_LIB)#{!$extmk ? " install-rb" :
|
|||
if $nmake
|
||||
mfile.print "!if \"$(Q)\" == \"@\"\n\t@#{q} || \\\n!endif\n\t"
|
||||
else
|
||||
mfile.print "\t$(Q:@=@#{q} || )"
|
||||
mfile.print "\t$(Q1:0=@#{q} || )"
|
||||
end
|
||||
mfile.print "$(ECHO:@=) installing#{sfx.sub(/^-/, " ")} #{target} libraries\n"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue