diff options
| author | ttate <ttate@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-06-11 14:44:53 +0000 |
|---|---|---|
| committer | ttate <ttate@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-06-11 14:44:53 +0000 |
| commit | 8741d5e339032ea8794d5fc78d6061645b67c388 (patch) | |
| tree | 1606e5b4cce23b294c984705c2c5c92c5e4513f3 /ext/dl/depend | |
| parent | c0f0cb22779d2f5eb4747114ed4854b0e6789944 (diff) | |
| download | ruby-8741d5e339032ea8794d5fc78d6061645b67c388.tar.gz ruby-8741d5e339032ea8794d5fc78d6061645b67c388.tar.xz ruby-8741d5e339032ea8794d5fc78d6061645b67c388.zip | |
Get rid of STR2CSTR. (Thanks N.Nakada)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dl/depend')
| -rw-r--r-- | ext/dl/depend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dl/depend b/ext/dl/depend index 313fac43a..7f1c2ecb1 100644 --- a/ext/dl/depend +++ b/ext/dl/depend @@ -5,7 +5,7 @@ LDSHARED_TEST = $(LDSHARED) $(LDFLAGS) test/test.o -o test/libtest.so $(LOCAL_LI libtest.so: test/libtest.so -test/libtest.so: test/test.o test/libtest.def +test/libtest.so: test/test.o $(srcdir)/test/libtest.def $(RUBY) -rftools -e 'ARGV.each do|d|File.mkpath(File.dirname(d))end' $@ $(LDSHARED_TEST:dl.def=test/libtest.def) |
