summaryrefslogtreecommitdiffstats
path: root/ext/dl
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-14 23:26:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-14 23:26:11 +0000
commitc97cacf5cde00d7fbbc376dfee6fa7f8de248092 (patch)
treee1f8ad4a58e2b1de6cea62d6fe95281e1b992322 /ext/dl
parent59a8eea99fa4b609a8406eb03233bb73c0550895 (diff)
downloadruby-c97cacf5cde00d7fbbc376dfee6fa7f8de248092.tar.gz
ruby-c97cacf5cde00d7fbbc376dfee6fa7f8de248092.tar.xz
ruby-c97cacf5cde00d7fbbc376dfee6fa7f8de248092.zip
* common.mk (srcs-ext): creates ext/dl/callback/callback.c also.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dl')
-rw-r--r--ext/dl/callback/depend5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/dl/callback/depend b/ext/dl/callback/depend
index 63dfab636..7a1dc1ee6 100644
--- a/ext/dl/callback/depend
+++ b/ext/dl/callback/depend
@@ -1,3 +1,8 @@
+src: callback.c \
+ callback-0.c callback-1.c callback-2.c \
+ callback-3.c callback-4.c callback-5.c \
+ callback-6.c callback-7.c callback-8.c
+
$(OBJS): $(hdrdir)/ruby.h
callback-0.c callback-1.c callback-2.c \