From: Tobias Oetiker Date: Sat, 20 Jan 2007 22:48:37 +0000 (+0000) Subject: prepare for the release of rrdtool-1.2.16 X-Git-Tag: 1.2.16~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4531aee840f044607e0b8c915abf792ec9ca019;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@961 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 1bac87cd..cabef708 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -22,7 +22,7 @@ install-data-local: test -f ruby/Makefile && cd ruby && $(MAKE) EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS) install || true # rules for buildung the ruby module -ruby: ruby/Makefile +ruby: cd ruby && $(RUBY) extconf.rb && $(MAKE) EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS) # rules for building the perl module