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