summaryrefslogtreecommitdiff
path: root/qpid/ruby
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-03-02 17:51:59 +0000
committerTed Ross <tross@apache.org>2009-03-02 17:51:59 +0000
commit77b8cf224eca99611a635a2988e997d8758c9fda (patch)
tree0cc42cf4c9e709fed13cdee3294f04ed1b8656df /qpid/ruby
parent601b96410e2db69c5c4a1e0f33f375ea09662436 (diff)
downloadqpid-python-77b8cf224eca99611a635a2988e997d8758c9fda.tar.gz
Added 'build' target to make the Makefile more standard
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@749380 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/ruby')
-rw-r--r--qpid/ruby/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/ruby/Makefile b/qpid/ruby/Makefile
index 0eef1518ef..9cac3207c0 100644
--- a/qpid/ruby/Makefile
+++ b/qpid/ruby/Makefile
@@ -24,7 +24,7 @@ SPEC_CACHE_SCRIPT = sc.rb
.PHONY: spec_cache all clean distclean
-all : $(SASL_MODULE) spec_cache
+all : build
$(SASL_MODULE) : $(SASL_DIR)/sasl.c
cd $(SASL_DIR); ruby extconf.rb
@@ -36,6 +36,8 @@ spec_cache :
ruby -I $(RUBY_LIB) -I $(SASL_DIR) $(SPEC_CACHE_SCRIPT)
rm $(SPEC_CACHE_SCRIPT)
+build: $(SASL_MODULE) spec_cache
+
clean:
cd $(SASL_DIR); make clean