summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 15322af)
raw | patch | inline | side by side (parent: 15322af)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 20 Jan 2007 22:48:37 +0000 (22:48 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 20 Jan 2007 22:48:37 +0000 (22:48 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@961 a5681a0c-68f1-0310-ab6d-d61299d08faa
bindings/Makefile.am | patch | blob | history |
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
index 1bac87cd8773f916c459c8790f9b30a24bf24c31..cabef708d459d4b85b1b70f9d599b3622708157a 100644 (file)
--- a/bindings/Makefile.am
+++ b/bindings/Makefile.am
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