summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-26 09:40:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-26 09:40:04 +0000
commita2ae77350301cbefc7879151abba8569fcc864f0 (patch)
tree11fa723d93a6b346548169b4605cd467931fedda /common.mk
parent00ae12834652655f9d9cf96728d1ef44bd90ef6c (diff)
* common.mk (dist): nothing is need to run BASERUBY.
* tool/make-snapshot: new option -archname. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index db1fc5c10b..29cf4ce23a 100644
--- a/common.mk
+++ b/common.mk
@@ -715,7 +715,7 @@ run.gdb:
gdb: miniruby$(EXEEXT) run.gdb PHONY
gdb -x run.gdb --quiet --args $(MINIRUBY) $(srcdir)/test.rb
-dist: $(PREP)
+dist:
$(BASERUBY) $(srcdir)/tool/make-snapshot .
up: