From f163565bbc24742a870598b3cc8a0e4e6fc237b4 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 23 May 2007 01:32:08 +0000 Subject: * oniguruma.h: updated to Oniguruma 5.7.0. * regsyntax.c, unicode.c: new files along with Oniguruma 5.x. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 536d99637..8052dae08 100644 --- a/common.mk +++ b/common.mk @@ -61,6 +61,7 @@ OBJS = array.$(OBJEXT) \ string.$(OBJEXT) \ struct.$(OBJEXT) \ time.$(OBJEXT) \ + unicode.$(OBJEXT) \ utf8.$(OBJEXT) \ util.$(OBJEXT) \ variable.$(OBJEXT) \ @@ -520,6 +521,8 @@ thread.$(OBJEXT): {$(VPATH)}thread.c {$(VPATH)}eval_intern.h \ {$(VPATH)}rubysig.h {$(VPATH)}st.h {$(VPATH)}dln.h time.$(OBJEXT): {$(VPATH)}time.c {$(VPATH)}ruby.h config.h \ {$(VPATH)}defines.h {$(VPATH)}intern.h {$(VPATH)}missing.h +unicode.$(OBJEXT): {$(VPATH)}unicode.c {$(VPATH)}regenc.h \ + {$(VPATH)}oniguruma.h config.h utf8.$(OBJEXT): {$(VPATH)}utf8.c {$(VPATH)}regenc.h \ {$(VPATH)}oniguruma.h config.h util.$(OBJEXT): {$(VPATH)}util.c {$(VPATH)}ruby.h config.h \ -- cgit