about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-14 14:18:36 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-14 18:17:08 -0700
commit67662fe0714cbcc89d732d4a04df975b0de2ca36 (patch)
tree1512fce55378e94e49aea20e441891fc179940db /GNUmakefile
parent65d5e99ee231624c66a26b70296a659d551c0266 (diff)
downloadrainbows-67662fe0714cbcc89d732d4a04df975b0de2ca36.tar.gz
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index be93932..24726ae 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -17,8 +17,8 @@ ifeq ($(RUBY_VERSION),)
 endif
 
 # rake takes forever to start
-isolate: tmp/gems/$(RUBY_VERSION)/.isolate
-tmp/gems/$(RUBY_VERSION)/.isolate: $(ISOLATE_CONFIG)
+isolate: tmp/isolate/ruby-$(RUBY_VERSION)/.isolate
+tmp/isolate/ruby-$(RUBY_VERSION)/.isolate: $(ISOLATE_CONFIG)
         ISOLATE_CONFIG=$(ISOLATE_CONFIG) $(RAKE) isolate
         > $@