summaryrefslogtreecommitdiffstats
path: root/ext/strscan/depend
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-06 05:27:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-06 05:27:37 +0000
commitdb26770d6ba4a3d3f92e2525daad220bf364c73d (patch)
tree6ae5f5ef47c1537316624a8c7e1a49198dd9397b /ext/strscan/depend
parentff679e401729b603df31a62aa7cef3ea3a8eec9c (diff)
downloadruby-db26770d6ba4a3d3f92e2525daad220bf364c73d.tar.gz
ruby-db26770d6ba4a3d3f92e2525daad220bf364c73d.tar.xz
ruby-db26770d6ba4a3d3f92e2525daad220bf364c73d.zip
* ext/strscan/depend: depends on re.h and regex.h.
* ext/strscan/strscan.c: no version check needed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/strscan/depend')
-rw-r--r--ext/strscan/depend3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/strscan/depend b/ext/strscan/depend
index 9199574c3..eba3c3a0d 100644
--- a/ext/strscan/depend
+++ b/ext/strscan/depend
@@ -1 +1,2 @@
-strscan.o: strscan.c $(hdrdir)/ruby.h $(topdir)/config.h $(hdrdir)/defines.h
+strscan.o: strscan.c $(hdrdir)/ruby.h $(hdrdir)/re.h $(hdrdir)/regex.h \
+ $(topdir)/config.h $(hdrdir)/defines.h