patch-configure 403 B

1234567891011
  1. --- yajl-2.0.1.orig/configure 2011-04-28 04:48:41.000000000 +0200
  2. +++ yajl-2.0.1/configure 2013-07-30 15:34:21.000000000 +0200
  3. @@ -49,7 +49,7 @@ end
  4. puts "== Generating Makefile"
  5. File.open("Makefile", "w+") do |f|
  6. f.puts ".PHONY: all clean distclean install package test distro"
  7. - f.puts "all: distro doc test"
  8. + f.puts "all: distro"
  9. f.puts
  10. f.puts "distro:"
  11. f.puts " @cd build && make"