summaryrefslogtreecommitdiff
path: root/Makefile.direct
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.direct')
-rw-r--r--Makefile.direct2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.direct b/Makefile.direct
index a2bdaec0..478c9101 100644
--- a/Makefile.direct
+++ b/Makefile.direct
@@ -398,7 +398,7 @@ test: check
# Currently works only under SunOS5. Requires GC_INIT call from statically
# loaded client code.
ABSDIR= `pwd`
-gctest_dyn_link: tests/gcgctest.o libgc.so
+gctest_dyn_link: tests/gctest.o libgc.so
$(CC) -L$(ABSDIR) -R$(ABSDIR) -o gctest_dyn_link tests/gctest.o -lgc -ldl -lthread
gctest_irix_dyn_link: tests/gctest.o libirixgc.so