diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-15 04:45:02 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-15 04:45:02 +0000 |
| commit | d65ed6d97b12319d647d3f0de8136f3c7c2d1012 (patch) | |
| tree | e8a6f40dfc11317edeff1cbda628064dd6697104 | |
| parent | ddf6a3b27cdacf05ef9597147763e28183676311 (diff) | |
| download | ruby-d65ed6d97b12319d647d3f0de8136f3c7c2d1012.tar.gz ruby-d65ed6d97b12319d647d3f0de8136f3c7c2d1012.tar.xz ruby-d65ed6d97b12319d647d3f0de8136f3c7c2d1012.zip | |
* common.mk (us_ascii.o): add dependecies. [ruby-dev:33111]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | common.mk | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Tue Jan 15 13:43:18 2008 NAKAMURA Usaku <usa@ruby-lang.org> + + * common.mk (us_ascii.o): add dependecies. [ruby-dev:33111] + Tue Jan 15 03:41:42 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (eval): check if backtrace is empty. [ruby-core:15040] @@ -663,6 +663,8 @@ goruby.$(OBJEXT): {$(VPATH)}goruby.c {$(VPATH)}main.c {$(VPATH)}ruby.h \ ascii.$(OBJEXT): {$(VPATH)}ascii.c {$(VPATH)}regenc.h {$(VPATH)}config.h \ {$(VPATH)}defines.h {$(VPATH)}oniguruma.h +us_ascii.$(OBJEXT): {$(VPATH)}us_ascii.c {$(VPATH)}regenc.h {$(VPATH)}config.h \ + {$(VPATH)}defines.h {$(VPATH)}oniguruma.h unicode.$(OBJEXT): {$(VPATH)}unicode.c {$(VPATH)}regint.h \ {$(VPATH)}config.h {$(VPATH)}defines.h {$(VPATH)}regenc.h \ {$(VPATH)}oniguruma.h {$(VPATH)}st.h |
