aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-01 02:45:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-01 02:45:20 +0000
commitfa90d4dbf55ad0fc6e3c629e8485f352d672b491 (patch)
tree97435fe2591cf195a7f7da1be49f3d0728e0bf19 /common.mk
parent5f2f450e5a3f0264042ca6782261f10430f6ebfe (diff)
downloadruby-fa90d4dbf55ad0fc6e3c629e8485f352d672b491.tar.gz
common.mk: add dependency
* common.mk (string.o): now depends on crypt.h for crypt_r and struct crypt_data. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 46ce286848..ee6a411eef 100644
--- a/common.mk
+++ b/common.mk
@@ -2284,6 +2284,7 @@ strftime.$(OBJEXT): {$(VPATH)}timev.h
string.$(OBJEXT): $(hdrdir)/ruby/ruby.h
string.$(OBJEXT): $(top_srcdir)/include/ruby.h
string.$(OBJEXT): {$(VPATH)}config.h
+string.$(OBJEXT): {$(VPATH)}crypt.h
string.$(OBJEXT): {$(VPATH)}defines.h
string.$(OBJEXT): {$(VPATH)}encindex.h
string.$(OBJEXT): {$(VPATH)}encoding.h