summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-11 08:11:43 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-11 08:11:43 +0000
commit8b49c7158c038dbc8bb13304729a97f4d065f529 (patch)
treeb79cad537b16f5acd9f0c61c7339e412cdeab738 /lib
parent21f84dd4284962201545aa8966f4358bbe8fbcd1 (diff)
merge revision(s) 36045: [Backport #7637]
* 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/branches/ruby_1_9_3@38780 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 08053a9cb6..7c706e855e 100644
--- a/lib/mkmf.rb
+++ b/lib/mkmf.rb
@@ -2296,6 +2296,7 @@ UNIVERSAL_INTS = config_string('UNIVERSAL_INTS') {|s| Shellwords.shellwords(s)}
sep = config_string('BUILD_FILE_SEPARATOR') {|s| ":/=#{s}" if s != "/"} || ""
CLEANINGS = "
+clean-static::
clean-rb-default::
clean-rb::
clean-so::