aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/depend
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dl/depend')
-rw-r--r--ext/dl/depend2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dl/depend b/ext/dl/depend
index 313fac43a7..7f1c2ecb15 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)