X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=bindings%2FMakefile.am;fp=bindings%2FMakefile.am;h=cabef708d459d4b85b1b70f9d599b3622708157a;hp=1bac87cd8773f916c459c8790f9b30a24bf24c31;hb=3acb7f148ce51cb9c913c584f938475831143356;hpb=15322af999554e3ad2fd34701f19a2106dbc3f6a diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 1bac87c..cabef70 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