static.patch 306 B

1234567891011
  1. --- trunk/ext/extmk.rb 2013/05/28 02:30:13 40973
  2. +++ trunk/ext/extmk.rb 2013/07/28 11:10:52 42213
  3. @@ -227,7 +227,7 @@
  4. f.rewind
  5. f.print(s)
  6. f.truncate(f.pos)
  7. - end
  8. + end unless $static
  9. else
  10. open(makefile, "wb") do |f|
  11. f.puts "# " + DUMMY_SIGNATURE