summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkosako <kosako@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-25 12:38:28 +0000
committerkosako <kosako@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-25 12:38:28 +0000
commitbe7ac45ba90b01090edc9e8df6db52dd530da58b (patch)
treecbf64a9d5f0b3ad5c6dd8f5ea00c75fd6023cc8d
parentea9ce042c1f47c0c28818b0c2f4f04b95b72d239 (diff)
downloadruby-be7ac45ba90b01090edc9e8df6db52dd530da58b.tar.gz
ruby-be7ac45ba90b01090edc9e8df6db52dd530da58b.tar.xz
ruby-be7ac45ba90b01090edc9e8df6db52dd530da58b.zip
add regint.h and oniguruma.h to dependence
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
-rw-r--r--common.mk7
-rw-r--r--ext/strscan/depend3
3 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 26cd5c7a1..3af094e28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Aug 25 21:15:22 2006 K.Kosako <sndgk393 AT ybb.ne.jp>
+
+ * common.mk: add regint.h and oniguruma.h to dependence.
+
+ * ext/strscan/depend: ditto.
+
Fri Aug 25 20:35:57 2006 NAKAMURA Usaku <usa@ruby-lang.org>
* test/wsdl/document/echo.rb: removed.
diff --git a/common.mk b/common.mk
index a0108ec4d..e8a36b5d4 100644
--- a/common.mk
+++ b/common.mk
@@ -247,7 +247,8 @@ file.$(OBJEXT): {$(VPATH)}file.c {$(VPATH)}ruby.h config.h \
gc.$(OBJEXT): {$(VPATH)}gc.c {$(VPATH)}ruby.h config.h \
{$(VPATH)}defines.h {$(VPATH)}intern.h {$(VPATH)}missing.h \
{$(VPATH)}rubysig.h {$(VPATH)}st.h {$(VPATH)}node.h \
- {$(VPATH)}env.h {$(VPATH)}re.h {$(VPATH)}regex.h
+ {$(VPATH)}env.h {$(VPATH)}re.h {$(VPATH)}regex.h {$(VPATH)}regint.h \
+ {$(VPATH)}oniguruma.h
hash.$(OBJEXT): {$(VPATH)}hash.c {$(VPATH)}ruby.h config.h \
{$(VPATH)}defines.h {$(VPATH)}intern.h {$(VPATH)}missing.h \
{$(VPATH)}st.h {$(VPATH)}util.h {$(VPATH)}rubysig.h
@@ -286,7 +287,7 @@ range.$(OBJEXT): {$(VPATH)}range.c {$(VPATH)}ruby.h config.h \
{$(VPATH)}defines.h {$(VPATH)}intern.h {$(VPATH)}missing.h
re.$(OBJEXT): {$(VPATH)}re.c {$(VPATH)}ruby.h config.h \
{$(VPATH)}defines.h {$(VPATH)}intern.h {$(VPATH)}missing.h \
- {$(VPATH)}re.h {$(VPATH)}regex.h
+ {$(VPATH)}re.h {$(VPATH)}regex.h {$(VPATH)}regint.h {$(VPATH)}oniguruma.h
regcomp.$(OBJEXT): {$(VPATH)}regcomp.c {$(VPATH)}oniguruma.h \
{$(VPATH)}regint.h {$(VPATH)}regparse.h {$(VPATH)}regenc.h config.h
regenc.$(OBJEXT): {$(VPATH)}regenc.c {$(VPATH)}regint.h \
@@ -310,7 +311,7 @@ sprintf.$(OBJEXT): {$(VPATH)}sprintf.c {$(VPATH)}ruby.h config.h \
st.$(OBJEXT): {$(VPATH)}st.c config.h {$(VPATH)}st.h
string.$(OBJEXT): {$(VPATH)}string.c {$(VPATH)}ruby.h config.h \
{$(VPATH)}defines.h {$(VPATH)}intern.h {$(VPATH)}missing.h \
- {$(VPATH)}re.h {$(VPATH)}regex.h
+ {$(VPATH)}re.h {$(VPATH)}regex.h {$(VPATH)}regint.h {$(VPATH)}oniguruma.h
struct.$(OBJEXT): {$(VPATH)}struct.c {$(VPATH)}ruby.h config.h \
{$(VPATH)}defines.h {$(VPATH)}intern.h {$(VPATH)}missing.h
time.$(OBJEXT): {$(VPATH)}time.c {$(VPATH)}ruby.h config.h \
diff --git a/ext/strscan/depend b/ext/strscan/depend
index eba3c3a0d..2a4255e91 100644
--- a/ext/strscan/depend
+++ b/ext/strscan/depend
@@ -1,2 +1,3 @@
strscan.o: strscan.c $(hdrdir)/ruby.h $(hdrdir)/re.h $(hdrdir)/regex.h \
- $(topdir)/config.h $(hdrdir)/defines.h
+ $(hdrdir)/regint.h $(hdrdir)/oniguruma.h $(topdir)/config.h \
+ $(hdrdir)/defines.h