Revision: 2798 http://trac.macosforge.org/projects/ruby/changeset/2798 Author: lsansonetti@apple.com Date: 2009-10-14 15:44:31 -0700 (Wed, 14 Oct 2009) Log Message: ----------- now install llc inside the framework's bindir Modified Paths: -------------- MacRuby/trunk/instruby.rb Modified: MacRuby/trunk/instruby.rb =================================================================== --- MacRuby/trunk/instruby.rb 2009-10-14 22:32:51 UTC (rev 2797) +++ MacRuby/trunk/instruby.rb 2009-10-14 22:44:31 UTC (rev 2798) @@ -518,6 +518,9 @@ ln_sfh File.join("../../..", CONFIG['bindir'], 'rb_nibtool'), ib_dest install('tool/rb_nibtool.old', ib_dest, :mode => $prog_mode) +puts "installing LLVM tools" +install('/usr/local/bin/llc', CONFIG['bindir'], :mode => $prog_mode) + end # unless $installing_rdoc # vi:set sw=2: