aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-20 06:52:16 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-20 06:52:16 +0000
commit219e4fcb450f502ed48dc220d343b1b3518f57c6 (patch)
tree0e617aaa19dbee6b3b7f75310c17201400860bc9
parent1bfee277950bbe0325ebae40d5576066bfc5025e (diff)
downloadruby-219e4fcb450f502ed48dc220d343b1b3518f57c6.tar.gz
* ext/nkf/depend (nkf.o): add nkf.c as dependency.
bsdmake tries to make nkf.o with nkf-utf8/nkf.c without this. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--ext/nkf/depend1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4acf19d954..54e17cfcf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Nov 20 15:51:01 2014 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * ext/nkf/depend (nkf.o): add nkf.c as dependency.
+ bsdmake tries to make nkf.o with nkf-utf8/nkf.c without this.
+
Thu Nov 20 08:54:56 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (struct parser_params): reduce size by reordering
diff --git a/ext/nkf/depend b/ext/nkf/depend
index c0a00c8407..e3f94a9b77 100644
--- a/ext/nkf/depend
+++ b/ext/nkf/depend
@@ -1,3 +1,4 @@
+nkf.o: nkf.c
# AUTOGENERATED DEPENDENCIES START
nkf.o: $(arch_hdrdir)/ruby/config.h
nkf.o: nkf-utf8/config.h