From: Jacek Konieczny Date: Tue, 27 Sep 2005 20:56:46 +0000 (+0000) Subject: - a simple fix for erlang 'make install' X-Git-Tag: auto/ac/erlang-R10B_7-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ferlang.git;a=commitdiff_plain;h=cc25b737665aa5f33ae8e7bae293551bfaa7b1b6 - a simple fix for erlang 'make install' Changed files: erlang-hipe_optimistic_regalloc_once_only.patch -> 1.1 --- diff --git a/erlang-hipe_optimistic_regalloc_once_only.patch b/erlang-hipe_optimistic_regalloc_once_only.patch new file mode 100644 index 0000000..ebf23ae --- /dev/null +++ b/erlang-hipe_optimistic_regalloc_once_only.patch @@ -0,0 +1,10 @@ +--- otp_src_R10B-7/lib/hipe/regalloc/Makefile.orig 2005-08-29 15:15:24.000000000 +0200 ++++ otp_src_R10B-7/lib/hipe/regalloc/Makefile 2005-09-27 22:33:56.000000000 +0200 +@@ -43,7 +43,6 @@ + hipe_temp_map \ + hipe_optimistic_regalloc \ + hipe_coalescing_regalloc \ +- hipe_optimistic_regalloc \ + hipe_graph_coloring_regalloc \ + hipe_regalloc_loop \ + hipe_ls_regalloc \