aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-15 09:46:02 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-15 09:46:02 +0000
commit1fc32a34efa94fa1d6959a594334b9a6441e7153 (patch)
tree52b68e374a3238bed54b24794ef26bc3fa6f101b
parentc2bbe4b01e2be9372d0ecc9ab65ca00792abea61 (diff)
downloadruby-1fc32a34efa94fa1d6959a594334b9a6441e7153.tar.gz
trivial change
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b694ddb02..6f6807fe23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Tue Oct 15 17:47:59 2013 Tanaka Akira <akr@fsij.org>
- * process.c: Fix a typo. MacOS X don't have ENOTSUPP.
+ * process.c: Fix a typo. MacOS X doesn't have ENOTSUPP.
Mon Oct 14 12:32:52 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
@@ -16,7 +16,7 @@ Mon Oct 14 12:32:52 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
Mon Oct 14 11:07:51 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/mkmf.rb (have_framework): should append framework options to
- $LIBS, not $LDFLAGS. the former is propagated to exts.mk when
+ $LIBS, not $LDFLAGS. The former is propagated to exts.mk when
enable-static-linked-ext.
* lib/mkmf.rb (create_makefile): ranlib on static library, not DLLIB.