From: Tobias Oetiker Date: Sat, 20 Jan 2007 22:22:10 +0000 (+0000) Subject: prepare for the release of rrdtool-1.2.16 X-Git-Tag: 1.2.16~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55932b9ec3e75f060c76738d0b3f1e829a4a80c8;p=thirdparty%2Frrdtool-1.x.git prepare for the release of rrdtool-1.2.16 git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@960 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 96bf37dd..1bac87cd 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -23,11 +23,8 @@ install-data-local: # rules for buildung the ruby module ruby: ruby/Makefile - cd ruby && $(MAKE) EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS) + cd ruby && $(RUBY) extconf.rb && $(MAKE) EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS) -ruby/Makefile: ruby/extconf.rb - cd ruby && $(RUBY) extconf.rb - # rules for building the perl module perl_piped: perl-piped/Makefile cd perl-piped && $(MAKE)