aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/depend
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-23 08:59:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-23 08:59:42 +0000
commitd74e7e6837c92e33eeff2fdbdca8833c973dbd21 (patch)
tree9a0c26f214ec94e2c58c6b058edcf37afe13b93f /ext/dl/depend
parent443ddb09699926f74798fdb8440a24ebda358088 (diff)
downloadruby-d74e7e6837c92e33eeff2fdbdca8833c973dbd21.tar.gz
* eval.c (ruby_cleanup): initialize stack bottom for embedding.
[ruby-dev:21686] * ext/dl/extconf.rb: move list of files to clean from DEPEND file, to get rid of macro redefinitions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dl/depend')
-rw-r--r--ext/dl/depend3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/dl/depend b/ext/dl/depend
index 3d62fe3421..fba3df7a3d 100644
--- a/ext/dl/depend
+++ b/ext/dl/depend
@@ -1,6 +1,3 @@
-CLEANFILES = test/test.o
-DISTCLEANFILES = call.func callback.func cbtable.func dlconfig.rb dlconfig.h \
- test/libtest.so test/*~ *~ mkmf.log
LDSHARED_TEST = $(LDSHARED) $(LDFLAGS) test/test.o -o test/libtest.so $(LOCAL_LIBS)
libtest.so: test/libtest.so