summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--common.mk2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 732714c5d0..38a06d477a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Feb 24 22:53:10 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * common.mk (love): for the birthday.
+
Thu Feb 24 22:51:54 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* vm.c (ruby_vm_destruct): run vm exit hooks after all objects are
diff --git a/common.mk b/common.mk
index 5edf47bff7..b412548499 100644
--- a/common.mk
+++ b/common.mk
@@ -891,6 +891,8 @@ info-arch:
change: PHONY
$(BASERUBY) -C "$(srcdir)" ./tool/change_maker.rb $(CHANGES) > change.log
+love: ruby
+
help: PHONY
$(MESSAGE_BEGIN) \
" Makefile of Ruby" \