summaryrefslogtreecommitdiff
path: root/Makefile.direct
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.direct')
-rw-r--r--Makefile.direct6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.direct b/Makefile.direct
index fb4192b6..24facf4d 100644
--- a/Makefile.direct
+++ b/Makefile.direct
@@ -192,13 +192,11 @@ specific.o pthread_support.o thread_local_alloc.o win32_threads.o: \
dbg_mlc.o gcj_mlc.o: $(srcdir)/include/private/dbg_mlc.h
-tests/test.o: tests $(srcdir)/tests/test.c
+tests/test.o: $(srcdir)/tests/test.c
+ mkdir tests || cat /dev/null
$(CC) $(CFLAGS) -c $(srcdir)/tests/test.c
mv test.o tests/test.o
-tests:
- mkdir tests
-
base_lib gc.a: $(OBJS) dyn_load.o $(UTILS)
rm -f dont_ar_1
./if_mach SPARC SOLARIS touch dont_ar_1