summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--lib/mkmf.rb1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afd0952da6..cb28598dee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun 12 23:45:36 2012 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * lib/mkmf.rb: add dummy clean-static target to prevent errors for the
+ case real clean-static target doesn't exist.
+
Tue Jun 12 22:49:42 2012 Naohisa Goto <ngotogenome@gmail.com>
* process.c (rb_exec_arg_fixup): fix compile error
diff --git a/lib/mkmf.rb b/lib/mkmf.rb
index ebc96f8620..c0f649df8a 100644
--- a/lib/mkmf.rb
+++ b/lib/mkmf.rb
@@ -2382,6 +2382,7 @@ MESSAGE
sep = config_string('BUILD_FILE_SEPARATOR') {|s| ":/=#{s}" if s != "/"} || ""
CLEANINGS = "
+clean-static::
clean-rb-default::
clean-rb::
clean-so::