From 6d62a7de86369e046e6f6b221153d867df11e74c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 3 Jun 2010 17:15:18 -0700 Subject: depend on Isolate ~> 2.0.2 for development It's useful given all the Gems we support but don't have hard installation dependencies on. --- GNUmakefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 1125e69..4c4e783 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,7 +3,6 @@ all:: RUBY = ruby RAKE = rake GIT_URL = git://git.bogomips.org/rainbows.git -ISOLATE_CONFIG = config/isolate.rb GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE @./GIT-VERSION-GEN @@ -18,8 +17,8 @@ endif # rake takes forever to start isolate: tmp/isolate/ruby-$(RUBY_VERSION)/.isolate -tmp/isolate/ruby-$(RUBY_VERSION)/.isolate: $(ISOLATE_CONFIG) - ISOLATE_CONFIG=$(ISOLATE_CONFIG) $(RAKE) isolate +tmp/isolate/ruby-$(RUBY_VERSION)/.isolate: config/isolate.rb + $(RAKE) isolate > $@ base_bins := rainbows -- cgit v1.2.3-24-ge0c7