summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-12 14:46:29 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-12 14:46:29 +0000
commit720dc304583d7d7fb27333494968cc4657a32e10 (patch)
tree3ed0abb9f47703dd6bb17633608c8370fd3d003e /lib
parent3f4b0e17f4729facb1e6f3db6edf4fd63274f592 (diff)
* lib/mkmf.rb: add dummy clean-static target to prevent errors for the
case real clean-static target doesn't exist. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/mkmf.rb1
1 files changed, 1 insertions, 0 deletions
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::