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