summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--common.mk4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 716683fc86..555e95e9d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep 26 17:25:10 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * common.mk (dist): Changed its dependencies and
+ action.
+
Fri Sep 26 17:07:04 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* error.c (Init_syserr): moved to the template.
diff --git a/common.mk b/common.mk
index bb25a22294..d31980c867 100644
--- a/common.mk
+++ b/common.mk
@@ -715,8 +715,8 @@ run.gdb:
gdb: miniruby$(EXEEXT) run.gdb PHONY
gdb -x run.gdb --quiet --args $(MINIRUBY) $(srcdir)/test.rb
-dist: $(PREP) $(PROGRAM)
- $(srcdir)/tool/make-snapshot . $(TARNAME)
+dist: $(PREP)
+ $(BASERUBY) $(srcdir)/tool/make-snapshot .
up:
@$(VCS) up "$(srcdir)"