* lib/mkmf.rb (create_makefile): missing newline.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5937e8d5d6
commit
812fc57a9a
@ -2005,7 +2005,7 @@ site-install-rb: install-rb
|
||||
mfile.print "\n\n"
|
||||
if makedef
|
||||
mfile.print "$(DEFFILE): #{origdef}\n"
|
||||
mfile.print "\t$(ECHO) generating $@\n\t$(Q) \\"
|
||||
mfile.print "\t$(ECHO) generating $@\n\t$(Q) \\\n"
|
||||
mfile.print "\t$(RUBY) #{makedef} #{origdef} > $@\n\n"
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user