17 Sep
2010
17 Sep
'10
9:38 p.m.
Revision: 4524 http://trac.macosforge.org/projects/ruby/changeset/4524 Author: lsansonetti@apple.com Date: 2010-09-17 14:38:19 -0700 (Fri, 17 Sep 2010) Log Message: ----------- no longer install digest.h Modified Paths: -------------- MacRuby/trunk/ext/digest/extconf.rb Modified: MacRuby/trunk/ext/digest/extconf.rb =================================================================== --- MacRuby/trunk/ext/digest/extconf.rb 2010-09-17 21:30:26 UTC (rev 4523) +++ MacRuby/trunk/ext/digest/extconf.rb 2010-09-17 21:38:19 UTC (rev 4524) @@ -3,8 +3,4 @@ require "mkmf" -$INSTALLFILES = { - "digest.h" => "$(HDRDIR)" -} - create_makefile("digest")