summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--common.mk2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f02b90237f..5c61fba7cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Apr 15 11:51:49 2010 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * common.mk (help): small fix.
+
Wed Apr 14 22:09:28 2010 NARUSE, Yui <naruse@ruby-lang.org>
* lib/rexml/source.rb: force_encoding("UTF-8") when the input
diff --git a/common.mk b/common.mk
index dae6ca9479..36174c3ac4 100644
--- a/common.mk
+++ b/common.mk
@@ -838,6 +838,6 @@ help: PHONY
@echo " install-nodoc: install without rdoc"
@echo " clean: clean built objects"
@echo " golf: for golfers"
- @echo
+ @echo ""
@echo "see DeveloperHowto for more detail: "
@echo " http://redmine.ruby-lang.org/wiki/ruby/DeveloperHowto"