From a2ae77350301cbefc7879151abba8569fcc864f0 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 26 Sep 2008 09:40:04 +0000 Subject: * 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 --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') 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: -- cgit v1.2.3