prepare for the release of rrdtool-1.2.16
[rrdtool.git] / bindings / Makefile.am
index 1bac87c..cabef70 100644 (file)
@@ -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