diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-18 09:24:39 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-18 09:24:39 +0000 |
commit | 099e364790917f6928a88d85c482a2be2e23baf1 (patch) | |
tree | d439af9d9c5f0e064129715f782721caf40e7fcb /ext/syslog | |
parent | e24034b0f8e36a6b50f557f952e09a9e96eb3b6d (diff) | |
download | ruby-099e364790917f6928a88d85c482a2be2e23baf1.tar.gz ruby-099e364790917f6928a88d85c482a2be2e23baf1.tar.xz ruby-099e364790917f6928a88d85c482a2be2e23baf1.zip |
* ext/digest: add depend file.
* ext/digest/md5: ditto.
* ext/digest/rmd160: ditto.
* ext/digest/sha1: ditto.
* ext/digest/sha2: ditto.
* ext/iconv/MANIFEST: ditto.
* ext/stringio/MANIFEST: ditto.
* ext/syslog: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/syslog')
-rw-r--r-- | ext/syslog/MANIFEST | 1 | ||||
-rw-r--r-- | ext/syslog/depend | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ext/syslog/MANIFEST b/ext/syslog/MANIFEST index 67c588a36..b5306034b 100644 --- a/ext/syslog/MANIFEST +++ b/ext/syslog/MANIFEST @@ -3,3 +3,4 @@ extconf.rb syslog.c syslog.txt test.rb +depend diff --git a/ext/syslog/depend b/ext/syslog/depend new file mode 100644 index 000000000..45cbea293 --- /dev/null +++ b/ext/syslog/depend @@ -0,0 +1,2 @@ +syslog.o: syslog.c $(hdrdir)/ruby.h $(topdir)/config.h $(hdrdir)/defines.h \ + $(hdrdir)/intern.h |