diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-08 18:40:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-08 18:40:25 +0100 |
commit | d250a5aa67121b63d4315238c988c3a5111b7a22 (patch) | |
tree | be1374e6590d2671cd85249163f4daf3d5e11633 /package/ruby/patches/patch-Makefile_in | |
parent | 32e0a1811fde45e0174fd2c88979733dfa52b62a (diff) | |
parent | e518dde1484afa818ea4aae89c7cab91c64bf4a2 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/ruby/patches/patch-Makefile_in')
-rw-r--r-- | package/ruby/patches/patch-Makefile_in | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/package/ruby/patches/patch-Makefile_in b/package/ruby/patches/patch-Makefile_in index 992921e8c..6c71409cd 100644 --- a/package/ruby/patches/patch-Makefile_in +++ b/package/ruby/patches/patch-Makefile_in @@ -1,11 +1,8 @@ ---- ruby-1.9.1-p378.orig/Makefile.in 2009-11-12 17:01:28.000000000 +0100 -+++ ruby-1.9.1-p378/Makefile.in 2010-06-02 20:50:05.821613650 +0200 -@@ -274,7 +274,7 @@ INSNS = opt_sc.inc optinsn.inc optunifs. - - $(INSNS): - @$(RM) $(PROGRAM) +--- ruby-1.9.2-p0.orig/Makefile.in 2010-07-11 08:15:13.000000000 +0200 ++++ ruby-1.9.2-p0/Makefile.in 2010-11-08 16:53:07.774995217 +0100 +@@ -315,4 +315,4 @@ INSNS = opt_sc.inc optinsn.inc optunifs. + $(INSNS): $(srcdir)/insns.def vm_opts.h \ + $(srcdir)/defs/opt_operand.def $(srcdir)/defs/opt_insn_unif.def \ + $(srcdir)/tool/instruction.rb $(srcdir)/tool/insns2vm.rb - $(BASERUBY) -Ks $(srcdir)/tool/insns2vm.rb $(INSNS2VMOPT) $@ + $(BASERUBY) $(srcdir)/tool/insns2vm.rb $(INSNS2VMOPT) $@ - - node_name.inc: - $(BASERUBY) -n $(srcdir)/tool/node_name.rb $? > $@ |