1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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:
nobu 2010-11-11 15:53:07 +00:00
parent 5937e8d5d6
commit 812fc57a9a

View file

@ -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